Skip to content

Commit a4daeab

Browse files
committed
Adjust language
1 parent a72b76e commit a4daeab

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To publish on nuget.org, sign in to nuget.org with a Microsoft account, and use
2323
Once you have an account, you can publish a package to nuget.org by using the nuget.org web portal, the dotnet CLI, or the NuGet CLI version 4.1.0 or above. You can also publish packages through Azure Pipelines.
2424

2525
> [!NOTE]
26-
> If you want to avoid your test package being live on nuget.org, you can push to the nuget.org test site at [https://int.nugettest.org](https://int.nugettest.org). Note that packages uploaded to int.nugettest.org might not be preserved.
26+
> If you want to publish your package on a test site before publishing it on nuget.org, you can use [https://int.nugettest.org](https://int.nugettest.org). Note that packages uploaded to int.nugettest.org might not be preserved.
2727
2828
### Upload to the nuget.org web portal
2929

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
> [!NOTE]
22
>
3-
> - Nuget.org scans all uploaded packages for viruses and rejects any packages that contains viruses. Nuget.org also scans all existing listed packages periodically.
3+
> - Nuget.org scans all uploaded packages for viruses and rejects any packages that contain viruses. Nuget.org also scans all existing listed packages periodically.
44
>
55
> - Packages you publish to nuget.org are publicly visible to other developers unless you unlist them. To host packages privately, see [Host your own NuGet feeds](../../hosting-packages/overview.md).

0 commit comments

Comments
 (0)