diff --git a/aio/content/guide/quickstart.md b/aio/content/guide/quickstart.md index aca86b95a18fe817eafea1e1b9de8440d74fcf2e..c6e114fa7b9a75a618acf6b823daab3680229c41 100644 --- a/aio/content/guide/quickstart.md +++ b/aio/content/guide/quickstart.md @@ -171,7 +171,7 @@ Angular 包含一个开发服务器,以便你能轻易地在本地构建应用 The `ng serve` command launches the server, watches your files, and rebuilds the app as you make changes to those files. -`ng serve` 命令会自动开发服务器,并监视你的文件变化,当你修改这些文件时,它就会重新构建应用。 +`ng serve` 命令会自动启动服务器,并监视你的文件变化,当你修改这些文件时,它就会重新构建应用。 The `--open` (or just `-o`) option automatically opens your browser to `http://localhost:4200/`.