diff --git a/docs/mithril.route.md b/docs/mithril.route.md index 4721c18d..bdfb66d7 100644 --- a/docs/mithril.route.md +++ b/docs/mithril.route.md @@ -165,7 +165,7 @@ where: #### Usage -You can programmatically redirec to another page. Given the example in the "Defining Routes" section: +You can programmatically redirect to another page. Given the example in the "Defining Routes" section: ```javascript m.route("/dashboard/marysue"); @@ -222,4 +222,4 @@ void route(DOMElement element, Boolean isNew) - **Boolean isInitialized** - the method does not run if this flag is set to true. This is to make the method compatible with virtual DOM elements' `config` attribute (see [`m()`](mithril)) \ No newline at end of file + the method does not run if this flag is set to true. This is to make the method compatible with virtual DOM elements' `config` attribute (see [`m()`](mithril))