summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2018-08-22 13:44:51 +0200
committerAndrey Andreev <narf@devilix.net>2018-08-22 13:46:01 +0200
commit9a2ffb39d23d589777f36efd2c7f692a77a2717a (patch)
treeec3f5233beec18b3cbaffd11b25477009749d332
parent92cdb7c16b3b52c593e08a815d0292fe9469f7d1 (diff)
[ci skip] Merge pull request #5570 from mfigueroa/patch-1
Fix grammar mistakes in cli.rst
-rw-r--r--user_guide_src/source/general/cli.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/general/cli.rst b/user_guide_src/source/general/cli.rst
index 764a6b835..bfa30531b 100644
--- a/user_guide_src/source/general/cli.rst
+++ b/user_guide_src/source/general/cli.rst
@@ -65,8 +65,8 @@ If you did it right, you should see *Hello World!* printed.
$ php index.php tools message "John Smith"
-Here we are passing it a argument in the same way that URL parameters
-work. "John Smith" is passed as a argument and output is::
+Here we are passing it an argument in the same way that URL parameters
+work. "John Smith" is passed as an argument and the output is::
Hello John Smith!