summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/general
diff options
context:
space:
mode:
authorManuel Figueroa <mfigueroa@users.noreply.github.com>2018-08-16 16:56:45 +0200
committerGitHub <noreply@github.com>2018-08-16 16:56:45 +0200
commit06907eb02dfd45eb50d6efc8ff7de3a61e70b5d8 (patch)
tree799ac34e19a1221a8bb2029aaa546ca5043948cd /user_guide_src/source/general
parent7269d8376151afe58dc23956693bf12ec48bc45d (diff)
Fix grammar mistakes in cli.rst
Diffstat (limited to 'user_guide_src/source/general')
-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 e4f57aefb..aaeb47116 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!