We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8181f50 + 426072f commit 66beaa2Copy full SHA for 66beaa2
docs/nuget-org/Publish-a-package.md
@@ -59,7 +59,7 @@ To push packages to nuget.org you must use [nuget.exe v4.1.0 or above](https://w
59
nuget setApiKey <your_API_key>
60
```
61
62
- This command stores your API key in your NuGet configuration so that you need repeat this step again on the same computer.
+ This command stores your API key in your NuGet configuration so that you don't need to repeat this step again on the same computer.
63
64
1. Push your package to NuGet Gallery using the following command:
65
0 commit comments