Skip to content

Commit 611abf5

Browse files
committed
(doc) fix Uninstall-ChocolateyPath param
1 parent 131ae1c commit 611abf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/en-us/create/cmdlets/Uninstall-ChocolateyPath.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Ensures that the given path is not present in the given type of PATH environment
3232

3333
### Example 1
3434
```powershell
35-
PS C:\> Uninstall-ChocolateyPath -PathToUninstall "$($env:SystemDrive)\tools\gittfs"
35+
PS C:\> Uninstall-ChocolateyPath -Path "$($env:SystemDrive)\tools\gittfs"
3636
```
3737

3838
Removes the target path from the current user's PATH environment variable.

0 commit comments

Comments
 (0)