From d512e279799a8bea30c79a30000e2b96abc6bf48 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 e57b0be0ad..dc70229c92 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -490,7 +490,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.