Skip to content

Commit 2c8e3c0

Browse files
coolzjyfnlctrl
authored andcommitted
Fix typo (#843)
1 parent 888dafe commit 2c8e3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/essentials/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Bar = { template: '<div>bar</div>' }
3636
// 每个路由应该映射一个组件。 其中"component" 可以是
3737
// 通过 Vue.extend() 创建的组件构造器,
3838
// 或者,只是一个组件配置对象。
39-
// 我们晚点在讨论嵌套路由
39+
// 我们晚点再讨论嵌套路由
4040
const routes = [
4141
{ path: '/foo', component: Foo },
4242
{ path: '/bar', component: Bar }

0 commit comments

Comments
 (0)