Skip to content

Commit 4146a64

Browse files
sdwheelerCopilot
andcommitted
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c45852b commit 4146a64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ $PSDefaultParameterValues['*:Encoding'] = 'utf8'
217217
> or in a different version of PowerShell.
218218
219219
The automatic variable `$OutputEncoding` affects the encoding PowerShell uses
220-
to when sending data to external programs. The `$PSApplicationOutputEncoding`
220+
when sending data to external programs. The `$PSApplicationOutputEncoding`
221221
variable affects the encoding PowerShell uses to read data from external
222222
programs. They have no effect on the encoding that the output redirection
223223
operators and PowerShell cmdlets use to save to files.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ behavior when the variable isn't defined is the same as
10601060

10611061
To automatically import a module, get or use a command contained in the module.
10621062

1063-
The `$PSModuleAutoloadingPreference` variable takes one of the
1063+
The `$PSModuleAutoLoadingPreference` variable takes one of the
10641064
[`PSModuleAutoLoadingPreference`][58] enumeration values:
10651065

10661066
- `All`: Modules are imported automatically on first-use.

0 commit comments

Comments
 (0)