Skip to content

Commit bdc357e

Browse files
Apply suggestions from code review
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent d40e1ac commit bdc357e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

reference/docs-conceptual/dev-cross-plat/performance/startup-performance.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ The process creation has a few steps:
3030

3131
1. Create a Host window
3232

33-
On Windows, the Host can be Windows Terminal, the Windows Console Host, the ISE, Visual Studio
34-
Code, or any other hosting application. Problems that occur here are usually unrelated to
35-
PowerShell, but also extremely rare.
33+
On Windows, the Host can be Windows Terminal, the Windows Console Host, Visual Studio Code, or
34+
any other hosting application. Problems that occur here are usually unrelated to PowerShell, but
35+
also extremely rare.
3636

3737
1. Start the process host process
3838

@@ -169,7 +169,7 @@ understand it's trying to do.
169169
- Determine where the delay occurs
170170

171171
If there are profile scripts for the **AllUsers** scope, you might not be able to edit those
172-
files. Work with your system administrator to review those files. For the **CurrentUse** scope
172+
files. Work with your system administrator to review those files. For the **CurrentUser** scope
173173
profile scripts, edit those files to add timing messages to help you find where the delay occurs.
174174
For example, you can add the following line at various points in your profile script.
175175

@@ -214,7 +214,7 @@ understand it's trying to do.
214214

215215
### PowerShell 7 starts slowing in an isolated network
216216

217-
In this scenario, your Windows computer in on a network that is not connected to the internet. For
217+
In this scenario, your Windows computer is on a network that is not connected to the internet. For
218218
interactive PowerShell sessions, PowerShell loads the PSReadLine module automatically. PSReadLine is
219219
a signed module. PowerShell must verify the digital signature of the module. This verification can
220220
cause delays in a disconnected environment. To test this theory, start PowerShell 7 in

0 commit comments

Comments
 (0)