docs: fix typo in workspace config section (#31630)

This commit adds a missing word to the section on alternate build
configurations.

PR Close #31630
This commit is contained in:
Jane Sandberg 2019-07-18 10:50:51 -07:00 committed by Miško Hevery
parent 7151eae36d
commit 1b6e8411bd
1 changed files with 2 additions and 2 deletions

View File

@ -170,7 +170,7 @@ The `architect/build` section configures defaults for options of the `ng build`
### Alternate build configurations
By default, a `production` configuration is defined, and the `ng build` command has `--prod` option that builds using this configuration. The `production` configuration sets defaults that optimize the app in a number of ways, such bundling files, minimizing excess whitespace, removing comments and dead code, and rewriting code to use short, cryptic names ("minification").
By default, a `production` configuration is defined, and the `ng build` command has `--prod` option that builds using this configuration. The `production` configuration sets defaults that optimize the app in a number of ways, such as bundling files, minimizing excess whitespace, removing comments and dead code, and rewriting code to use short, cryptic names ("minification").
You can define and name additional alternate configurations (such as `stage`, for instance) appropriate to your development process. Some examples of different build configurations are `stable`, `archive` and `next` used by AIO itself, and the individual locale-specific configurations required for building localized versions of an app. For details, see [Internationalization (i18n)](guide/i18n#merge-aot).
@ -361,4 +361,4 @@ For example:
For [Universal](guide/glossary#universal), you can reduce the code rendered in the HTML page by
setting styles optimization to `true` and styles source maps to `false`.
</div>
</div>