Skip to content

Commit b93ee05

Browse files
committed
Corrected minor word ommission.
On line 42, added "in" prior to "Visual Studio Code"
1 parent e969d41 commit b93ee05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This folder can be found at the following path:
3939
```
4040
c:\Users\<yourusername>\.vscode\extensions\ms-vscode.PowerShell-<version>\examples
4141
```
42-
To open/view the extension's examples Visual Studio Code, run the following from your PowerShell command prompt:
42+
To open/view the extension's examples in Visual Studio Code, run the following from your PowerShell command prompt:
4343
```
4444
code (Get-ChildItem $Home\.vscode\extensions\ms-vscode.PowerShell-*\examples)[-1]
4545
```

0 commit comments

Comments
 (0)