summaryrefslogtreecommitdiffstats
path: root/user_guide_src
diff options
context:
space:
mode:
authorihatehandles <sam.takunda@gmail.com>2016-10-12 05:25:24 +0200
committerGitHub <noreply@github.com>2016-10-12 05:25:24 +0200
commitaf88d57cf07e54f996d84da1926f252e963fa49b (patch)
tree3ec5af0f4725bab42bf721dad8d5cd9ffaeca568 /user_guide_src
parent295a1f3e36ce215b36f4f8948182fc8357961707 (diff)
Fixed typos
Diffstat (limited to 'user_guide_src')
-rw-r--r--user_guide_src/source/general/cli.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/user_guide_src/source/general/cli.rst b/user_guide_src/source/general/cli.rst
index b45be1aa8..764a6b835 100644
--- a/user_guide_src/source/general/cli.rst
+++ b/user_guide_src/source/general/cli.rst
@@ -47,11 +47,11 @@ in it::
Then save the file to your *application/controllers/* folder.
-Now normally you would visit the your site using a URL similar to this::
+Now normally you would visit the site using a URL similar to this::
example.com/index.php/tools/message/to
-Instead, we are going to open Terminal in Mac/Linux or go to Run > "cmd"
+Instead, we are going to open the terminal in Mac/Linux or go to Run > "cmd"
in Windows and navigate to our CodeIgniter project.
.. code-block:: bash
@@ -75,4 +75,4 @@ That's it!
That, in a nutshell, is all there is to know about controllers on the
command line. Remember that this is just a normal controller, so routing
-and ``_remap()`` works fine. \ No newline at end of file
+and ``_remap()`` works fine.