From 9027d4ac3a1efa428957bad873794f67e0327bb6 Mon Sep 17 00:00:00 2001 From: eiriksm Date: Tue, 18 Mar 2014 19:59:59 +0100 Subject: [PATCH] Fix typo in mithril.route.md --- docs/mithril.route.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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))