Skip to content

Commit 5f3008f

Browse files
committed
fix spelling
1 parent 3081634 commit 5f3008f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/console/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Option Value
260260
=========================== ===============================================================================================================
261261
InputArgument::REQUIRED The argument is required
262262
InputArgument::OPTIONAL The argument is optional and therefore can be omitted
263-
InputArgument::IS_ARRAY The argument can can contain an indefinite number of arguments and must be used at the end of the argument list
263+
InputArgument::IS_ARRAY The argument can contain an indefinite number of arguments and must be used at the end of the argument list
264264
=========================== ===============================================================================================================
265265

266266
You can combine ``IS_ARRAY`` with ``REQUIRED`` and ``OPTIONAL`` like this::

0 commit comments

Comments
 (0)