File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
reference/7.5/Microsoft.PowerShell.Core/About Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ $PSDefaultParameterValues['*:Encoding'] = 'utf8'
217217> or in a different version of PowerShell.
218218
219219The 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 `
221221variable affects the encoding PowerShell uses to read data from external
222222programs. They have no effect on the encoding that the output redirection
223223operators and PowerShell cmdlets use to save to files.
Original file line number Diff line number Diff line change @@ -1060,7 +1060,7 @@ behavior when the variable isn't defined is the same as
10601060
10611061To 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.
You can’t perform that action at this time.
0 commit comments