Skip to content

Commit eef3cba

Browse files
committed
Correct spelling of encoded
1 parent a6c81df commit eef3cba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ConvertTo-PList.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
.PARAMETER FormatDataInlineMaxLength
2121
Maximum encoded <data> length for keeping value inline, if unspecified, all data will be nested and wrapped, if 0, all data will be inline.
2222
.PARAMETER FormatDataWrapMaxLength
23-
Maximum ecnoded <data> length for each nested wrapped line once exceeding FormatDataInlineMaxLength, or 0 for all data to be on a single nested line.
23+
Maximum encoded <data> length for each nested wrapped line once exceeding FormatDataInlineMaxLength, or 0 for all data to be on a single nested line.
2424
.PARAMETER FormatDataWrappedNoIndent
2525
A switch to prevent the indenting of <data> content when nested/wrapped on separate lines.
2626
.EXAMPLE

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Maximum encoded `<data>` length for keeping value inline, if unspecified, all da
5959

6060
#### FormatDataWrapMaxLength
6161

62-
Maximum ecnoded `<data>` length for each nested wrapped line once exceeding FormatDataInlineMaxLength, or 0 for all data to be on a single nested line.
62+
Maximum encoded `<data>` length for each nested wrapped line once exceeding FormatDataInlineMaxLength, or 0 for all data to be on a single nested line.
6363

6464
#### FormatDataWrappedNoIndent
6565

0 commit comments

Comments
 (0)