diff options
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>
|