docs(template-syntax): fixed "a id" typo in basics section.
closes #1048
This commit is contained in:
parent
7fdb40caa3
commit
7bfb0fb838
|
@ -542,7 +542,7 @@ table
|
||||||
// #docregion property-binding-7
|
// #docregion property-binding-7
|
||||||
:marked
|
:marked
|
||||||
### Binding target
|
### Binding target
|
||||||
a id between enclosing square brackets identifies the target property. The target property in the following code is the image element’s `src` property.
|
An element property between enclosing square brackets identifies the target property. The target property in the following code is the image element’s `src` property.
|
||||||
|
|
||||||
// #enddocregion property-binding-7
|
// #enddocregion property-binding-7
|
||||||
+makeExample('template-syntax/ts/app/app.component.html', 'property-binding-1')(format=".")
|
+makeExample('template-syntax/ts/app/app.component.html', 'property-binding-1')(format=".")
|
||||||
|
|
Loading…
Reference in New Issue