docs: fix invalid anchor for CLI flags in deprecation guide (#37662)

7521834296 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 #37662
This commit is contained in:
Paul Gschwendtner 2020-06-22 10:10:46 +02:00 committed by Misko Hevery
parent c8c0063499
commit 3a418ab63b
1 changed files with 1 additions and 1 deletions

View File

@ -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.