Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b0da69a

Browse filesBrowse files
committed
Merge pull request symfony#2693 from xabbuh/issue-2686-fixes
fix spelling
2 parents 30c327a + 5f3008f commit b0da69a
Copy full SHA for b0da69a

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎components/console/introduction.rst

Copy file name to clipboardExpand all lines: components/console/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.