Skip to content

Commit 4c68da2

Browse files
sdwheelerCopilot
andcommitted
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b6d236b commit 4c68da2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

powershell-gallery/docs-conceptual/how-to/getting-support/bootstrapping-nuget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ components to interact with the PowerShell Gallery. PowerShellGet includes logic
1111
components as long as you can connect to the PowerShell Gallery. If the machine isn't connected to
1212
the internet, you must copy required files from a trusted source to the disconnected machine.
1313

14-
The updated NuGet provider is required by the commands work with the PowerShell Gallery. The
14+
The updated NuGet provider is required by the commands to work with the PowerShell Gallery. The
1515
`Publish-*` commands use `nuget.exe` to publish resources.
1616

1717
## Install the latest version of PowerShellGet on an internet-connected machine

powershell-gallery/docs-conceptual/powershellget/install-powershellget.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ Binary 1.0.0.1 PackageManagement {Find-Package, Get-Package, ...
5656
Script 1.0.0.1 PowerShellGet {Install-Module, Find-Module, ...
5757
```
5858

59-
If you the version of **PowerShellGet** is newer than `1.0.0.1` then you can
59+
If the version of **PowerShellGet** is newer than `1.0.0.1` then you can
6060
[check for updates][02] and [install the latest release][03].
6161

62-
If you are still running version `1.0.0.1`, you must follow the steps let **PowerShellGet** install
62+
If you are still running version `1.0.0.1`, you must follow the steps to let **PowerShellGet** install
6363
an updated NuGet provider and the `nuget.exe` command-line tool. Continue to the next step.
6464

6565
## Step 3: Check for updates

0 commit comments

Comments
 (0)