Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Catera committed Oct 13, 2012
1 parent a3fe954 commit cb8a66b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev_guide/intro/mojito_configuring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,7 @@ The table below describes the properties of the ``route`` object of ``routes.js
| | | | is a path parameter and the value contains the regular |
| | | | expression. For example: |
| | | | ``"regex": { "path_param": "?:(.*).html" }`` |
| | | | See :ref:`Using Regular Expressions o Match Routing |
| | | | See :ref:`Using Regular Expressions to Match Routing |
| | | | Paths <regex_paths>` for more information. |
+----------------+----------------------+---------------+--------------------------------------------------------+
| ``verbs`` | array of strings | No | The HTTP methods allowed on the route path defined |
Expand Down

0 comments on commit cb8a66b

Please sign in to comment.