Skip to content

Commit 91bedda

Browse files
cexbrayatZhicheng Wang
authored and
Zhicheng Wang
committed
docs(@angular/cli): fix typos in options documentation
Close angular#5283
1 parent 72cdb27 commit 91bedda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/documentation/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional
103103

104104
`--target` (`-t`) Defines the build target.
105105

106-
`--vendor-chunk` (`-vb`) Use a separate bundle containing only vendor libraries.
106+
`--vendor-chunk` (`-vc`) Use a separate bundle containing only vendor libraries.
107107

108108
`--verbose` (`-v`) Adds more details to output logging.
109109

110-
`--watch` (`-w`) Run build when files change.
110+
`--watch` (`-w`) Run build when files change.

docs/documentation/generate/interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
## Options
99
`--app` Specifies app name or index to use.
1010

11-
`type` Pptional String to specify the type of interface.
11+
`type` Optional String to specify the type of interface.

0 commit comments

Comments
 (0)