Skip to content

Commit 2e4be7e

Browse files
authored
Fix typos (#11041)
1 parent 87058ca commit 2e4be7e

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

reference/5.1/Microsoft.PowerShell.Core/About/about_Environment_Variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ The environment variables that store preferences include:
321321
a value of `Process`.
322322

323323
- Manually set the environment variable. Changing the value of this variable
324-
changes the execution policy current process.
324+
changes the execution policy of the current process.
325325

326326
This information only applies to the Windows platform. For more information,
327327
see [about_Execution_Policies][05].
@@ -382,7 +382,7 @@ The environment variables that store preferences include:
382382
example:
383383

384384
```powershell
385-
# `NUL` here is a special device on Windows that cannot be written to
385+
# `NUL` here is a special device on Windows that can't be written to
386386
$env:PSModuleAnalysisCachePath = 'NUL'
387387
```
388388

reference/7.2/Microsoft.PowerShell.Core/About/about_Environment_Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ The environment variables that store preferences include:
379379
a value of `Process`.
380380

381381
- Manually set the environment variable. Changing the value of this variable
382-
changes the execution policy current process.
382+
changes the execution policy of the current process.
383383

384384
This information only applies to the Windows platform. For more information,
385385
see [about_Execution_Policies][05].

reference/7.3/Microsoft.PowerShell.Core/About/about_Environment_Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ The environment variables that store preferences include:
379379
a value of `Process`.
380380

381381
- Manually set the environment variable. Changing the value of this variable
382-
changes the execution policy current process.
382+
changes the execution policy of the current process.
383383

384384
This information only applies to the Windows platform. For more information,
385385
see [about_Execution_Policies][05].

reference/7.4/Microsoft.PowerShell.Core/About/about_Environment_Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ The environment variables that store preferences include:
379379
a value of `Process`.
380380

381381
- Manually set the environment variable. Changing the value of this variable
382-
changes the execution policy current process.
382+
changes the execution policy of the current process.
383383

384384
This information only applies to the Windows platform. For more information,
385385
see [about_Execution_Policies][05].

reference/7.5/Microsoft.PowerShell.Core/About/about_Environment_Variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ The environment variables that store preferences include:
379379
a value of `Process`.
380380

381381
- Manually set the environment variable. Changing the value of this variable
382-
changes the execution policy current process.
382+
changes the execution policy of the current process.
383383

384384
This information only applies to the Windows platform. For more information,
385385
see [about_Execution_Policies][05].

0 commit comments

Comments
 (0)