From 627315624a46ffcbc64a4e6d51a0caef5726152c Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Tue, 7 Mar 2017 17:10:14 +0100 Subject: [PATCH] docs(@angular/cli): fix typos in options documentation --- docs/documentation/build.md | 4 ++-- docs/documentation/generate/interface.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/documentation/build.md b/docs/documentation/build.md index 67f0ac7c8f80..31f41dd2a9f0 100644 --- a/docs/documentation/build.md +++ b/docs/documentation/build.md @@ -103,8 +103,8 @@ or `ng serve --prod` will also make use of uglifying and tree-shaking functional `--target` (`-t`) Defines the build target. -`--vendor-chunk` (`-vb`) Use a separate bundle containing only vendor libraries. +`--vendor-chunk` (`-vc`) Use a separate bundle containing only vendor libraries. `--verbose` (`-v`) Adds more details to output logging. -`--watch` (`-w`) Run build when files change. \ No newline at end of file +`--watch` (`-w`) Run build when files change. diff --git a/docs/documentation/generate/interface.md b/docs/documentation/generate/interface.md index 7884e716e428..57a798de5d74 100644 --- a/docs/documentation/generate/interface.md +++ b/docs/documentation/generate/interface.md @@ -8,4 +8,4 @@ ## Options `--app` Specifies app name or index to use. -`type` Pptional String to specify the type of interface. +`type` Optional String to specify the type of interface.