We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb6dbb commit aa98fadCopy full SHA for aa98fad
1 file changed
modules/angular2/docs/core/01_templates.md
@@ -456,7 +456,7 @@ Where
456
* `local` is a local identifier for local variables.
457
* `internal` is an internal variable which the directive exports for binding.
458
* `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.
+* `keyExpression` is a property name to which the expression will be bound to.
460
* `varExport` allows exporting of directive internal state as variables for further binding. If no `internal` name
461
is specified, the exporting is to an implicit variable.
462
* `microsyntax` allows you to build a simple microsyntax which can still clearly identify which expressions bind to
0 commit comments