From 1b6e8411bdd2bd591df712ef091c719962f116d3 Mon Sep 17 00:00:00 2001 From: Jane Sandberg Date: Thu, 18 Jul 2019 10:50:51 -0700 Subject: [PATCH] docs: fix typo in workspace config section (#31630) This commit adds a missing word to the section on alternate build configurations. PR Close #31630 --- aio/content/guide/workspace-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/workspace-config.md b/aio/content/guide/workspace-config.md index 539c031153..99100cba9c 100644 --- a/aio/content/guide/workspace-config.md +++ b/aio/content/guide/workspace-config.md @@ -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`. - \ No newline at end of file +