Skip to content

Commit

Permalink
Add missing $ in about_Preference_Variables.md (#11208)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvs committed Jun 24, 2024
1 parent 6710ba1 commit ebb5bfe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ PowerShell includes the following environment variables that store user
preferences. For more information about these environment variables, see
[about_Environment_Variables][30].

- `env:PSExecutionPolicyPreference`
- `$env:PSExecutionPolicyPreference`
- `$env:PSModulePath`

> [!NOTE]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ PowerShell includes the following environment variables that store user
preferences. For more information about these environment variables, see
[about_Environment_Variables][28].

- `env:PSExecutionPolicyPreference`
- `$env:PSExecutionPolicyPreference`
- `$env:PSModulePath`

> [!NOTE]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ PowerShell includes the following environment variables that store user
preferences. For more information about these environment variables, see
[about_Environment_Variables][30].

- `env:PSExecutionPolicyPreference`
- `$env:PSExecutionPolicyPreference`
- `$env:PSModulePath`

> [!NOTE]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ PowerShell includes the following environment variables that store user
preferences. For more information about these environment variables, see
[about_Environment_Variables][30].

- `env:PSExecutionPolicyPreference`
- `$env:PSExecutionPolicyPreference`
- `$env:PSModulePath`

> [!NOTE]
Expand Down

0 comments on commit ebb5bfe

Please sign in to comment.