From 5f3008f140feef5d5748b08841b4bf612abb065b Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 4 Jun 2013 10:15:07 +0200 Subject: [PATCH] fix spelling --- components/console/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/introduction.rst b/components/console/introduction.rst index 99cee49ed97..56588ab80f0 100755 --- a/components/console/introduction.rst +++ b/components/console/introduction.rst @@ -260,7 +260,7 @@ Option Value =========================== =============================================================================================================== InputArgument::REQUIRED The argument is required InputArgument::OPTIONAL The argument is optional and therefore can be omitted -InputArgument::IS_ARRAY The argument can can contain an indefinite number of arguments and must be used at the end of the argument list +InputArgument::IS_ARRAY The argument can contain an indefinite number of arguments and must be used at the end of the argument list =========================== =============================================================================================================== You can combine ``IS_ARRAY`` with ``REQUIRED`` and ``OPTIONAL`` like this::