fix typo in docs

This commit is contained in:
Leo Horie 2014-03-20 12:51:23 -04:00
parent 8603c89f04
commit 4265664cbf
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -171,7 +171,7 @@ where:
<p><a name="redirecting"></a></p>
<h3 id="redirecting">Redirecting</h3>
<h4 id="usage">Usage</h4>
<p>You can programmatically redirec to another page. Given the example in the &quot;Defining Routes&quot; section:</p>
<p>You can programmatically redirect to another page. Given the example in the &quot;Defining Routes&quot; section:</p>
<pre><code class="lang-javascript">m.route(&quot;/dashboard/marysue&quot;);</code></pre>
<p>redirects to <code>http://server/#/dashboard/marysue</code></p>
<hr>