summaryrefslogtreecommitdiffstats
path: root/system/application/config/routes.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/application/config/routes.php')
-rw-r--r--system/application/config/routes.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/application/config/routes.php b/system/application/config/routes.php
index 8fa167803..1702e4f4b 100644
--- a/system/application/config/routes.php
+++ b/system/application/config/routes.php
@@ -3,9 +3,9 @@
| -------------------------------------------------------------------------
| URI ROUTING
| -------------------------------------------------------------------------
-| This file lets you re-map URI requests to specific controller functions.
+| This file lets you re-map URI requests to specific controller functions.
|
-| Typically there is a one-to-one relationship between a URL string
+| Typically there is a one-to-one relationship between a URL string
| and its corresponding controller class/method. The segments in a
| URL normally follow this pattern:
|
@@ -13,7 +13,7 @@
|
| In some instances, however, you may want to remap this relationship
| so that a different class/function is called than the one
-| corresponding to the URL.
+| corresponding to the URL.
|
| Please see the user guide for complete details:
|
@@ -33,8 +33,8 @@
|
| $route['scaffolding_trigger'] = 'scaffolding';
|
-| This route lets you se t a "secret" word that will trigger the
-| scaffolding feature for added security. Note: Scaffolding must be
+| This route lets you se t a "secret" word that will trigger the
+| scaffolding feature for added security. Note: Scaffolding must be
| enabled in the controller in which you intend to use it.
|
*/