diff options
author | Derek Allard <derek.allard@ellislab.com> | 2008-08-31 16:24:56 +0200 |
---|---|---|
committer | Derek Allard <derek.allard@ellislab.com> | 2008-08-31 16:24:56 +0200 |
commit | cb36e34719bf60904bc7fa39dfbcb0fa86310e66 (patch) | |
tree | 85fa97cbddd1bc6d25542dadb237d732adde0301 /user_guide/general | |
parent | 53653931de20b3cd41587d02659022e67d1a2d75 (diff) |
grammar changes
Diffstat (limited to 'user_guide/general')
-rw-r--r-- | user_guide/general/routing.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/general/routing.html b/user_guide/general/routing.html index 331161a49..80c8ab0d5 100644 --- a/user_guide/general/routing.html +++ b/user_guide/general/routing.html @@ -130,7 +130,7 @@ Higher routes will always take precedence over lower ones.</p> <p>If you prefer you can use regular expressions to define your routing rules. Any valid regular expression is allowed, as are back-references.</p>
-<p class="important"><strong>Note:</strong> If you use back-references you must use the dollar syntax rather then the double backslash syntax.</p>
+<p class="important"><strong>Note:</strong> If you use back-references you must use the dollar syntax rather than the double backslash syntax.</p>
<p>A typical RegEx route might look something like this:</p>
|