Skip to content

Commit

Permalink
typo: Manament -> Management (#3981)
Browse files Browse the repository at this point in the history
* typo: packkage -> package

* typo: Manament -> Management
  • Loading branch information
nschonni authored and sdwheeler committed Mar 14, 2019
1 parent 152e52c commit 33c324a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reference/5.0/PowershellGet/Register-PSRepository.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ myNuGetSource https://myget.c...

The first command registers https://www.myget.org/F/powershellgetdemo/ as a repository for the current user.
After myNuGetSource is registered, you can explicitly reference it when searching for, installing, and publishing modules.
Because the *PackageManamentProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet packkage provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.
Because the *PackageManagementProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet package provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.

The second command gets registered repositories and displays the results.

Expand Down
2 changes: 1 addition & 1 deletion reference/5.1/PowershellGet/Register-PSRepository.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ myNuGetSource https://myget.c...

The first command registers https://www.myget.org/F/powershellgetdemo/ as a repository for the current user.
After myNuGetSource is registered, you can explicitly reference it when searching for, installing, and publishing modules.
Because the *PackageManamentProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet packkage provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.
Because the *PackageManagementProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet package provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.

The second command gets registered repositories and displays the results.

Expand Down
2 changes: 1 addition & 1 deletion reference/6/PowerShellGet/Register-PSRepository.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ myNuGetSource https://myget.c...

The first command registers https://www.myget.org/F/powershellgetdemo/ as a repository for the current user.
After myNuGetSource is registered, you can explicitly reference it when searching for, installing, and publishing modules.
Because the *PackageManamentProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet packkage provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.
Because the *PackageManagementProvider* parameter isn't specified, the repository is not explicitly associated with a OneGet package provider, so PowerShellGet polls available package providers and associates it with the NuGet provider.

The second command gets registered repositories and displays the results.

Expand Down

0 comments on commit 33c324a

Please sign in to comment.