Skip to content

Commit 181f7b7

Browse files
authored
Fix grammar in option-parsers.md documentation
1 parent bd299e4 commit 181f7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/console-commands/option-parsers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ of the option:
158158
- `multiple` - The option can be provided multiple times. The parsed option
159159
will be an array of values when this option is enabled.
160160
- `separator` - A character sequence that the option value is split into an
161-
array with. Require `multiple` sets to `true`.
161+
array with. Requires `multiple` set to `true`.
162162
- `choices` - An array of valid choices for this option. If left empty all
163163
values are valid. An exception will be raised when parse() encounters an
164164
invalid value.

0 commit comments

Comments
 (0)