docs: fix typos

This commit is contained in:
Judy Bogart 2018-11-13 15:52:13 -08:00 committed by Alex Eagle
parent 34d7e9d240
commit 268ce42933
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ The CLI commands run Architect targets such as `build`, `serve`, `test`, and `li
Each named target has a default configuration, specified by an "options" object,
and an optional set of named alternate configurations in the "configurations" object.
For example, the "server" target for a newly generated app has a predefined
For example, the "serve" target for a newly generated app has a predefined
alternate configuration named "production".
You can define new targets and their configuration options in the "architect" section

View File

@ -1,5 +1,5 @@
A library is a type of project that does not run independently.
The library skeleton created by this command is placed by default in the `/projects` folder, and has `type` of "library".
You can build a new library using the `ng build` command, run unit test for it using the `ng test` command,
and lint it using the `ng lint` command.
You can build a new library using the `ng build` command, run unit tests for it using the `ng test` command,
and lint it using and the `ng lint` command.