|
6 | 6 | [](https://aka.ms/psdiscord)
|
7 | 7 | [](https://gitter.im/PowerShell/PowerShellEditorServices?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
8 | 8 |
|
9 |
| -PowerShell Editor Services is a PowerShell module that provides common |
| 9 | +**PowerShell Editor Services** is a PowerShell module that provides common |
10 | 10 | functionality needed to enable a consistent and robust PowerShell development
|
11 | 11 | experience in almost any editor or integrated development environment (IDE).
|
12 | 12 |
|
@@ -37,7 +37,7 @@ Looking to integrate PowerShell Editor Services into your [Language Server Proto
|
37 | 37 |
|
38 | 38 | If you're looking for the more feature-rich experience,
|
39 | 39 | 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: |
41 | 41 |
|
42 | 42 | - The PowerShell Integrated Console
|
43 | 43 | - 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
|
70 | 70 | If you want to take advantage of the PowerShell Integrated Console which automatically shares state with the editor-side,
|
71 | 71 | you must include the `-EnableConsoleRepl` switch when called `Start-EditorServices.ps1`.
|
72 | 72 |
|
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: |
74 | 74 |
|
75 | 75 | 
|
76 | 76 |
|
|
0 commit comments