docs: correct spelling of HTMLTableCellElement in Template Syntax (#32805)
Spelling Correction in Docs Corrected spelling; From `HTMLTableCellElment` to `HTMLTableCellElement`. PR Close #32805
This commit is contained in:
parent
f6914159e4
commit
278d634723
|
@ -635,7 +635,7 @@ which is the attribute, spelled with a lowercase `s`.
|
|||
|
||||
<code-example path="property-binding/src/app/app.component.html" region="colSpan" header="src/app/app.component.html"></code-example>
|
||||
|
||||
For more details, see the [MDN HTMLTableCellElment](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement) documentation.
|
||||
For more details, see the [MDN HTMLTableCellElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLTableCellElement) documentation.
|
||||
|
||||
<!-- Add link when Attribute Binding updates are merged:
|
||||
For more about `colSpan` and `colspan`, see (Attribute Binding)[guide/template-syntax]. -->
|
||||
|
|
Loading…
Reference in New Issue