Skip to content

Commit 8b307e8

Browse files
author
Klaus Frank
authored
fix typo
mini typo fix
1 parent 5d12c30 commit 8b307e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/A-git-in-other-environments/sections/powershell.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ More information about the requirements: (https://docs.microsoft.com/en-us/power
3232
> Update-Module PowerShellGet -Force
3333
> Install-Module Posh-Git -Scope AllUsers
3434
-----
35-
If you want to install Posh-Git only for the currnet user and not globaly, use "-Scope CurrentUser" instead.
35+
If you want to install Posh-Git only for the current user and not globally, use "-Scope CurrentUser" instead.
3636
If the 2nd command fails with the message `Update-Module : Module 'PowerShellGet' was not installed by using Install-Module, so it cannot be updated.` You need to run: `Install-Module PowerShellGet -Force -SkipPublisherCheck` instead. This happens, because the modules that ship with Windows Powershell are signed with a different publishment certificate.
3737

3838
===== Update PowerShell Prompt

0 commit comments

Comments
 (0)