Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix doc typos #694

Merged
merged 1 commit into from
Mar 11, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/template-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ For example:
description This would
cause an error

There are 4 compulsary fields required to create a nupkg. These can always be specified in the
There are 4 compulsory fields required to create a nupkg. These can always be specified in the
template file, or in a project based template can be omitted and an attempt will be made to infer
them as below:

Expand Down Expand Up @@ -97,7 +97,7 @@ A files block looks like this:

If the source part refers to a file then it is copied into the target directory. If it
refers to a directory, the contents of the directory will be copied into the target folder.
If you omit the target folder, then the source is copied into the `lib` fodler of the package.
If you omit the target folder, then the source is copied into the `lib` folder of the package.

There is currently no support for wild cards, exclusion filters or renaming during copying.

Expand Down