fix typo in docs
This commit is contained in:
parent
8603c89f04
commit
4265664cbf
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -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 "Defining Routes" section:</p>
|
||||
<p>You can programmatically redirect to another page. Given the example in the "Defining Routes" section:</p>
|
||||
<pre><code class="lang-javascript">m.route("/dashboard/marysue");</code></pre>
|
||||
<p>redirects to <code>http://server/#/dashboard/marysue</code></p>
|
||||
<hr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue