Skip to content

Commit 4f8da75

Browse files
author
Kraig Brockschmidt
committed
Typos
1 parent 6bfc2a1 commit 4f8da75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Create-Packages/Creating-a-Package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Required properties:
7979
- A long description of the package.
8080

8181
Common optional properties:
82-
- Release note
82+
- Release notes
8383
- Copyright information
8484
- A short description for the [Package Manager UI in Visual Studio](../Tools/Package-Manager-UI.md)
8585
- A locale ID
@@ -159,7 +159,7 @@ Go into any *package\version* folder, copy the `.nupkg` file to a `.zip` file, t
159159
160160
## Creating the .nuspec file
161161

162-
Creating a complete manifest typically begins with a basic `.nuspec` file, which you then edit by hand into its final form so that it describes the package contains the content you want.
162+
Creating a complete manifest typically begins with a basic `.nuspec` file, which you then edit by hand into its final form so that it describes the exact content you want in the final package.
163163

164164
The best way to create an initial `.nuspec` file is by using the [nuget spec](../Tools/nuget-exe-CLI-Reference.md#spec) command to create a template manifest. This ensures that you start with the proper file structure. You can also start with a manifest from another package and modify it to suit your needs.
165165

0 commit comments

Comments
 (0)