Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 7bfb0fb

Browse files
bampakoawardbell
authored andcommitted
docs(template-syntax): fixed "a id" typo in basics section.
closes #1048
1 parent 7fdb40c commit 7bfb0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/guide/template-syntax.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ table
542542
// #docregion property-binding-7
543543
:marked
544544
### Binding target
545-
a id between enclosing square brackets identifies the target property. The target property in the following code is the image element’s `src` property.
545+
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.
546546

547547
// #enddocregion property-binding-7
548548
+makeExample('template-syntax/ts/app/app.component.html', 'property-binding-1')(format=".")

0 commit comments

Comments
 (0)