docs: fix typo (#2077)

This commit is contained in:
Leo Thorp 2018-01-26 00:06:34 -06:00 committed by Pat Cavit
parent 94e8d8cafa
commit 81903cacdb

View file

@ -225,7 +225,7 @@ var Splash = {
As you can see, this component simply renders a link to `#!/hello`. The `#!` part is known as a hashbang, and it's a common convention used in Single Page Applications to indicate that the stuff after it (the `/hello` part) is a route path.
Now that we going to have more than one screen, we use `m.route` instead of `m.mount`.
Now that we're going to have more than one screen, we use `m.route` instead of `m.mount`.
```javascript
m.route(root, "/splash", {