From 3a418ab63b0dc540f3b118b650fb34c0d5d4901d Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Mon, 22 Jun 2020 10:10:46 +0200 Subject: [PATCH] docs: fix invalid anchor for CLI flags in deprecation guide (#37662) 75218342967591627ee44b73999a4cfd52fb5470 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 --- aio/content/guide/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index 778c9260a5..c97f67b89c 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -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.