Skip to content

Commit fc6ce28

Browse files
authored
docs: Fix typo in bracketedArray option name in README.md (#212)
1 parent 21abe16 commit fc6ce28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The `options` object may contain the following:
9696
to be used with: when `platform` is `win32`, line terminations are
9797
CR+LF, for other platforms line termination is LF. By default, the
9898
current platform name is used.
99-
* `bracketedArrays` Boolean to specify whether array values are appended
99+
* `bracketedArray` Boolean to specify whether array values are appended
100100
with `[]`. By default this is true but there are some ini parsers
101101
that instead treat duplicate names as arrays.
102102

0 commit comments

Comments
 (0)