mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
docs: fix the colspan and colSpan link in the property binding page (#53180)
PR Close #53180
This commit is contained in:
parent
9f3e64adc9
commit
9423c1901e
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||
|
||||
## What’s next
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue