Skip to content

Commit

Permalink
docs: fix invalid anchor for CLI flags in deprecation guide (angular#…
Browse files Browse the repository at this point in the history
…37662)

7521834 added content for CLI
deprecations to the `angular.io` deprecations guide. It looks
like the anchor for the CLI deprecations is incorrect and
ends up showing up as code in the guide.

This commit fixes the anchor so that it doesn't show
up as code in the guide.

PR Close angular#37662
  • Loading branch information
devversion authored and mhevery committed Jun 22, 2020
1 parent c8c0063 commit 3a418ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/content/guide/deprecations.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ If you rely on the behavior that the same object instance should cause change de
- Clone the resulting value so that it has a new identity.
- Explicitly call [`ChangeDetectorRef.detectChanges()`](api/core/ChangeDetectorRef#detectchanges) to force the update.

{@ deprecated-cli-flags}
{@a deprecated-cli-flags}
## Deprecated CLI APIs and Options

This section contains a complete list all of the currently deprecated CLI flags.
Expand Down

0 comments on commit 3a418ab

Please sign in to comment.