Skip to content

Commit 9e1a17a

Browse files
Typos in README.md (#1364)
1 parent 2c1e8cd commit 9e1a17a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/psdiscord)
77
[![Join the chat at https://gitter.im/PowerShell/PowerShellEditorServices](https://badges.gitter.im/PowerShell/PowerShellEditorServices.svg)](https://gitter.im/PowerShell/PowerShellEditorServices?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
88

9-
PowerShell Editor Services is a PowerShell module that provides common
9+
**PowerShell Editor Services** is a PowerShell module that provides common
1010
functionality needed to enable a consistent and robust PowerShell development
1111
experience in almost any editor or integrated development environment (IDE).
1212

@@ -37,7 +37,7 @@ Looking to integrate PowerShell Editor Services into your [Language Server Proto
3737

3838
If you're looking for the more feature-rich experience,
3939
Named Pipes are the way to go.
40-
They give you all the benefit of the Lanaguge Server Protocol with extra capabilities that you can take advantage of:
40+
They give you all the benefit of the Language Server Protocol with extra capabilities that you can take advantage of:
4141

4242
- The PowerShell Integrated Console
4343
- Debugging using the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol/)
@@ -70,7 +70,7 @@ The PowerShell Integrated Console uses the host process' Stdio streams for conso
7070
If you want to take advantage of the PowerShell Integrated Console which automatically shares state with the editor-side,
7171
you must include the `-EnableConsoleRepl` switch when called `Start-EditorServices.ps1`.
7272

73-
This is typically used if your client has the ability to create arbirary terminals in the editor like below:
73+
This is typically used if your client has the ability to create arbitrary terminals in the editor like below:
7474

7575
![integrated console in vscode](https://user-images.githubusercontent.com/2644648/66245018-04ca8000-e6c0-11e9-808c-b86144149444.png)
7676

0 commit comments

Comments
 (0)