Skip to content

Commit

Permalink
docs: typo in library command docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat authored and hansl committed Nov 20, 2018
1 parent 480952d commit f7ac352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/schematics/angular/library/library-long.md
Expand Up @@ -2,4 +2,4 @@ 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 tests for it using the `ng test` command,
and lint it using and the `ng lint` command.
and lint it using the `ng lint` command.

0 comments on commit f7ac352

Please sign in to comment.