docs: fix the colspan and colSpan link in the property binding page (#53180)

PR Close #53180
This commit is contained in:
pBouillon 2023-11-26 17:11:34 +01:00 committed by Dylan Hunn
parent 9f3e64adc9
commit 9423c1901e

View file

@ -44,7 +44,7 @@ HELPFUL: Sometimes there are differences between the name of property and an att
`colspan` is an attribute of `<td>`, 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).
## Whats next