Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 570085e

Browse files
committed
typo fix
1 parent 57eb995 commit 570085e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cn/guide/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Nuxt.js 集成了以下组件/框架,用于开发完整而强大的Web应用
5555

5656
当运行 `nuxt` 命令时,会启动一个支持 `热加载``服务端渲染`(基于Vue.js的 `vue-server-renderer` 模块)的开发服务器。
5757

58-
可以瞅瞅 Nuxt.js 提供的各种 [命令](/guide/commands) 以了解更多的信息。
58+
可以查看 Nuxt.js 提供的各种 [命令](/guide/commands) 以了解更多的信息。
5959

6060
如果你的项目有自己的Web服务器(例如用express.js启动的Web服务),你仍然可以将 Nuxt.js 当作是中间件来使用,负责UI渲染部分的功能。在开发通用的Web应用过程中,Nuxt.js 是可插拔的,没有太多的限制,可通过 [开发编码中使用Nuxt.js](/api) 了解更多的信息。
6161

@@ -65,7 +65,7 @@ Nuxt.js 集成了以下组件/框架,用于开发完整而强大的Web应用
6565

6666
该命令依据应用的路由配置将每一个路由静态化成为对应的HTML文件。
6767

68-
举个栗子
68+
例子
6969

7070
```bash
7171
-| pages/

0 commit comments

Comments
 (0)