Skip to content

Commit 66beaa2

Browse files
authored
Merge pull request NuGet#1754 from cfanoulis/patch-1
fix: Seems like there has been some misunderstanding
2 parents 8181f50 + 426072f commit 66beaa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nuget-org/Publish-a-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To push packages to nuget.org you must use [nuget.exe v4.1.0 or above](https://w
5959
nuget setApiKey <your_API_key>
6060
```
6161
62-
This command stores your API key in your NuGet configuration so that you need repeat this step again on the same computer.
62+
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.
6363
6464
1. Push your package to NuGet Gallery using the following command:
6565

0 commit comments

Comments
 (0)