X Tutup
Skip to content

Commit aa98fad

Browse files
prayagvermaIgorMinar
authored andcommitted
docs: fix typo in 01_templates.md
Replace `an` with `a` Closes angular#6842
1 parent 9cb6dbb commit aa98fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular2/docs/core/01_templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ Where
456456
* `local` is a local identifier for local variables.
457457
* `internal` is an internal variable which the directive exports for binding.
458458
* `key` is an attribute name usually only used to trigger a specific directive.
459-
* `keyExpression` is an property name to which the expression will be bound to.
459+
* `keyExpression` is a property name to which the expression will be bound to.
460460
* `varExport` allows exporting of directive internal state as variables for further binding. If no `internal` name
461461
is specified, the exporting is to an implicit variable.
462462
* `microsyntax` allows you to build a simple microsyntax which can still clearly identify which expressions bind to

0 commit comments

Comments
 (0)
X Tutup