Skip to content

Commit

Permalink
docs: update punctuation (#43245)
Browse files Browse the repository at this point in the history
Update punctuation per review.

Co-authored-by: TeriGlover <teriglover@google.com>
PR Close #43245
  • Loading branch information
josmar-crwdstffng authored and alxhub committed Sep 23, 2021
1 parent 2dfe4ec commit 035b3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/workspace-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Angular CLI comes with two build configurations: `production` and `development`.
* Removing comments and dead code
* Rewriting code to use short, mangled 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 application. For details, see [Internationalization (i18n)][AioGuideI18nCommonMerge].
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 application. For details, see [Internationalization (i18n)][AioGuideI18nCommonMerge].

You can select an alternate configuration by passing its name to the `--configuration` command line flag.

Expand Down

0 comments on commit 035b3f7

Please sign in to comment.