Skip to content

Commit 8e73b7d

Browse files
committed
Fix typo
1 parent 117d2f6 commit 8e73b7d

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
@@ -58,7 +58,7 @@ This happens, because the modules that ship with Windows PowerShell are signed w
5858
===== Update PowerShell Prompt
5959

6060
To include git information in your prompt, the posh-git module needs to be imported.
61-
To have posh-git imported every time PowerShell starts, execute the `Add-PoshGitToProfile` command which will add the import statement into you `$profile` script.
61+
To have posh-git imported every time PowerShell starts, execute the `Add-PoshGitToProfile` command which will add the import statement into your `$profile` script.
6262
This script is executed everytime you open a new PowerShell console.
6363
Keep in mind, that there are multiple `$profile` scripts.
6464
E. g. one for the console and a separate one for the ISE.

0 commit comments

Comments
 (0)