docs(template-syntax): fixed "a id" typo in basics section.

closes #1048
This commit is contained in:
Aristeidis Bampakos 2016-04-05 11:22:33 +03:00 committed by Ward Bell
parent 7fdb40caa3
commit 7bfb0fb838
1 changed files with 1 additions and 1 deletions

View File

@ -542,7 +542,7 @@ table
// #docregion property-binding-7
:marked
### Binding target
a id between enclosing square brackets identifies the target property. The target property in the following code is the image elements `src` property.
An element property between enclosing square brackets identifies the target property. The target property in the following code is the image elements `src` property.
// #enddocregion property-binding-7
+makeExample('template-syntax/ts/app/app.component.html', 'property-binding-1')(format=".")