Skip to content

Commit 878c767

Browse files
authored
Fix grammar mistake
1 parent e5b7cf6 commit 878c767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ nuget locals -list global-packages
153153
Go into any *package\version* folder, copy the `.nupkg` file to a `.zip` file, then open that `.zip` file and examine the `.nuspec` within it.
154154

155155
> [!Note]
156-
> When creating a `.nuspec` from a Visual Studio project, the manifest contains tokens that are be replaced with information from the project when the package is built. See [Creating the .nuspec from a Visual Studio project](#from-a-visual-studio-project).
156+
> When creating a `.nuspec` from a Visual Studio project, the manifest contains tokens that will be replaced with information from the project when the package is built. See [Creating the .nuspec from a Visual Studio project](#from-a-visual-studio-project).
157157
158158
## Creating the .nuspec file
159159

0 commit comments

Comments
 (0)