From 9423c1901e827a5c984b8ce290f36fe394f2afd2 Mon Sep 17 00:00:00 2001 From: pBouillon Date: Sun, 26 Nov 2023 17:11:34 +0100 Subject: [PATCH] docs: fix the colspan and colSpan link in the property binding page (#53180) PR Close #53180 --- adev/src/content/guide/templates/attribute-binding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev/src/content/guide/templates/attribute-binding.md b/adev/src/content/guide/templates/attribute-binding.md index f11c5ebbf57..87e0f79c332 100644 --- a/adev/src/content/guide/templates/attribute-binding.md +++ b/adev/src/content/guide/templates/attribute-binding.md @@ -44,7 +44,7 @@ HELPFUL: Sometimes there are differences between the name of property and an att `colspan` is an attribute of ``, while `colSpan` with a capital "S" is a property. When using attribute binding, use `colspan` with a lowercase "s". -For more information on how to bind to the `colSpan` property, see the [`colspan` and `colSpan`](guide/templates/property-binding#colspan) section of [Property Binding](guide/templates/property-binding). +For more information on how to bind to the `colSpan` property, see the [`colspan` and `colSpan`](guide/templates/property-binding#colspan-and-colspan) section of [Property Binding](guide/templates/property-binding). ## What’s next