Skip to content

Commit

Permalink
Merge pull request #105 from bartelink/minor-typos
Browse files Browse the repository at this point in the history
Minor spelling corrections
  • Loading branch information
forki committed Oct 29, 2014
2 parents d3e6d46 + 06c183c commit d43b035
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ProjectScaffold

This project can be used to scaffold a prototypical .NET solution including file system layout and tooling. This includes a build process which:
This project can be used to scaffold a prototypical .NET solution including file system layout and tooling. This includes a build process that:

* updates all AssemblyInfo files
* compiles the application and runs all test projects
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### 1.0 - Unreleased
* More awesome stuff comming
* More awesome stuff coming
* Added SourceLink for Source Indexing PDB

#### 0.5.1-beta - November 6 2013
Expand Down
2 changes: 1 addition & 1 deletion docs/content/index.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Samples & documentation
-----------------------
The library comes with comprehensible documentation.
It can include a tutorials automatically generated from `*.fsx` files in [the content folder][content].
It can include tutorials automatically generated from `*.fsx` files in [the content folder][content].
The API reference is automatically generated from Markdown comments in the library implementation.
* [Tutorial](tutorial.html) contains a further explanation of this sample library.
Expand Down
1 change: 0 additions & 1 deletion init.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,3 @@ let generate templatePath generatedFilePath =
generate (localFile "build.template") (localFile "build.fsx")
generate (localFile "docs/tools/generate.template") (localFile "docs/tools/generate.fsx")
File.Delete "init.fsx"

1 change: 0 additions & 1 deletion src/FSharp.ProjectTemplate/Library.fs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ module Library =
/// ## Parameters
/// - `num` - whatever
let hello num = 42

0 comments on commit d43b035

Please sign in to comment.