Skip to content

Commit 1f6203a

Browse files
sdwheelersparrowt
andauthored
Apply suggestions from code review
Thanks @sparrowt Co-authored-by: Tom Sparrow <793763+sparrowt@users.noreply.github.com>
1 parent 93d6630 commit 1f6203a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
@@ -216,7 +216,7 @@ $PSDefaultParameterValues['*:Encoding'] = 'utf8'
216216
> behave the same way even when run by another user, on a different computer,
217217
> or in a different version of PowerShell.
218218
219-
The automatic variables `$OutputEncoding` affects the encoding PowerShell uses
219+
The automatic variable `$OutputEncoding` affects the encoding PowerShell uses
220220
to 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

0 commit comments

Comments
 (0)