diff options
author | Andrey Andreev <narf@devilix.net> | 2014-01-20 15:43:41 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-01-20 15:43:41 +0100 |
commit | ba231aab2b26279f536a52bf4ccdb4af0d191570 (patch) | |
tree | a3b24b361262085c596a4b6851b4979d5a4e3774 /user_guide_src/source/general | |
parent | ea801ab4ab80042638ffddc6056483a1ec43fa80 (diff) |
[ci skip] Replace incorrect usage of 'then', where it should be 'than'
Diffstat (limited to 'user_guide_src/source/general')
-rw-r--r-- | user_guide_src/source/general/controllers.rst | 2 | ||||
-rw-r--r-- | user_guide_src/source/general/hooks.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/general/controllers.rst b/user_guide_src/source/general/controllers.rst index d8ef824fb..bc8319dd8 100644 --- a/user_guide_src/source/general/controllers.rst +++ b/user_guide_src/source/general/controllers.rst @@ -107,7 +107,7 @@ You should see your new message. Passing URI Segments to your methods ==================================== -If your URI contains more then two segments they will be passed to your +If your URI contains more than two segments they will be passed to your method as parameters. For example, let's say you have a URI like this:: diff --git a/user_guide_src/source/general/hooks.rst b/user_guide_src/source/general/hooks.rst index fc5da5b80..1046c48ae 100644 --- a/user_guide_src/source/general/hooks.rst +++ b/user_guide_src/source/general/hooks.rst @@ -59,7 +59,7 @@ defined in your associative hook array: Multiple Calls to the Same Hook =============================== -If want to use the same hook point with more then one script, simply +If want to use the same hook point with more than one script, simply make your array declaration multi-dimensional, like this:: $hook['pre_controller'][] = array( |