Skip to content

Commit 268ce42

Browse files
jbogarthydealexeagle
authored andcommitted
docs: fix typos
1 parent 34d7e9d commit 268ce42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/angular/cli/commands/run-long.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The CLI commands run Architect targets such as `build`, `serve`, `test`, and `li
33
Each named target has a default configuration, specified by an "options" object,
44
and an optional set of named alternate configurations in the "configurations" object.
55

6-
For example, the "server" target for a newly generated app has a predefined
6+
For example, the "serve" target for a newly generated app has a predefined
77
alternate configuration named "production".
88

99
You can define new targets and their configuration options in the "architect" section
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
A library is a type of project that does not run independently.
22
The library skeleton created by this command is placed by default in the `/projects` folder, and has `type` of "library".
33

4-
You can build a new library using the `ng build` command, run unit test for it using the `ng test` command,
5-
and lint it using the `ng lint` command.
4+
You can build a new library using the `ng build` command, run unit tests for it using the `ng test` command,
5+
and lint it using and the `ng lint` command.

0 commit comments

Comments
 (0)