From 4265664cbf6f0fc765821697d13dc03d3500c239 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 20 Mar 2014 12:51:23 -0400 Subject: [PATCH] fix typo in docs --- archive/v0.1/mithril.min.zip | Bin 19855 -> 19855 bytes archive/v0.1/mithril.route.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/v0.1/mithril.min.zip b/archive/v0.1/mithril.min.zip index 632a3527d32dd5d52452986f6fc118368eda0862..5b915f8b0bf09dec1f623167e6737e1025ee2dc6 100644 GIT binary patch delta 45 ucmeC5&DcMikte{LnT3l11Y*)Q@@UI4#iVVvl)bDEq$l(FT7f7pUsnMB3Jb&l delta 45 ucmeC5&DcMikte{LnT3l11iDf;@@UI4b){~$l)bDEq$l(FT7f7pUsnJM5e#?$ diff --git a/archive/v0.1/mithril.route.html b/archive/v0.1/mithril.route.html index f7cc809b..d52256fa 100644 --- a/archive/v0.1/mithril.route.html +++ b/archive/v0.1/mithril.route.html @@ -171,7 +171,7 @@ where:

Redirecting

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:

m.route("/dashboard/marysue");

redirects to http://server/#/dashboard/marysue