From 81903cacdbcee1fb8a0d3ac8a0c639159a99015b Mon Sep 17 00:00:00 2001 From: Leo Thorp Date: Fri, 26 Jan 2018 00:06:34 -0600 Subject: [PATCH] docs: fix typo (#2077) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 22bb9021..64018eff 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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", {