From 06907eb02dfd45eb50d6efc8ff7de3a61e70b5d8 Mon Sep 17 00:00:00 2001 From: Manuel Figueroa Date: Thu, 16 Aug 2018 10:56:45 -0400 Subject: Fix grammar mistakes in cli.rst --- user_guide_src/source/general/cli.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide_src') 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! -- cgit v1.2.3-24-g4f1b