diff options
author | Andrey Andreev <narf@devilix.net> | 2018-08-22 13:44:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 13:44:51 +0200 |
commit | 9909aba2a41060cf230401e05fd7e8b0ab538ae3 (patch) | |
tree | 292cb29f424317553505238079e85b76bd6f5aae | |
parent | 09d50d254ded51a0bfe6ad7768af8c777b077fda (diff) | |
parent | 06907eb02dfd45eb50d6efc8ff7de3a61e70b5d8 (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.rst | 4 |
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! |