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 +