Skip to content

Commit 6d9a506

Browse files
authored
typo fix (#832)
Resolves #828
1 parent 377eafa commit 6d9a506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TerminalDocs/tutorials/shell-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ function prompt {
194194

195195
### Command Prompt
196196

197-
Command Prompt sources it's prompt from the `PROMPT` environment variable. CMD.exe reads `$e` as the `ESC` character. Unfortunately, CMD.exe doesn't have a way to get the return code of the previous command in the prompt, so we're not able to provide success / error information in CMD prompts.
197+
Command Prompt sources its prompt from the `PROMPT` environment variable. CMD.exe reads `$e` as the `ESC` character. Unfortunately, CMD.exe doesn't have a way to get the return code of the previous command in the prompt, so we're not able to provide success / error information in CMD prompts.
198198

199199
You can change the prompt for the current CMD.exe instance by running:
200200

0 commit comments

Comments
 (0)