Skip to content

Commit 1b6e841

Browse files
sandbergjamhevery
authored andcommitted
docs: fix typo in workspace config section (#31630)
This commit adds a missing word to the section on alternate build configurations. PR Close #31630
1 parent 7151eae commit 1b6e841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aio/content/guide/workspace-config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ The `architect/build` section configures defaults for options of the `ng build`
170170

171171
### Alternate build configurations
172172

173-
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").
173+
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").
174174

175175
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).
176176

@@ -361,4 +361,4 @@ For example:
361361
For [Universal](guide/glossary#universal), you can reduce the code rendered in the HTML page by
362362
setting styles optimization to `true` and styles source maps to `false`.
363363

364-
</div>
364+
</div>

0 commit comments

Comments
 (0)