Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #11041

Merged
merged 1 commit into from
Apr 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ The environment variables that store preferences include:
a value of `Process`.

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

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

```powershell
# `NUL` here is a special device on Windows that cannot be written to
# `NUL` here is a special device on Windows that can't be written to
$env:PSModuleAnalysisCachePath = 'NUL'
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ The environment variables that store preferences include:
a value of `Process`.

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

This information only applies to the Windows platform. For more information,
see [about_Execution_Policies][05].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ The environment variables that store preferences include:
a value of `Process`.

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

This information only applies to the Windows platform. For more information,
see [about_Execution_Policies][05].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ The environment variables that store preferences include:
a value of `Process`.

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

This information only applies to the Windows platform. For more information,
see [about_Execution_Policies][05].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ The environment variables that store preferences include:
a value of `Process`.

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

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