diff --git a/modules/angular2/docs/core/01_templates.md b/modules/angular2/docs/core/01_templates.md index 0786bbe6e4..c308419eab 100644 --- a/modules/angular2/docs/core/01_templates.md +++ b/modules/angular2/docs/core/01_templates.md @@ -456,7 +456,7 @@ Where * `local` is a local identifier for local variables. * `internal` is an internal variable which the directive exports for binding. * `key` is an attribute name usually only used to trigger a specific directive. -* `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. * `varExport` allows exporting of directive internal state as variables for further binding. If no `internal` name is specified, the exporting is to an implicit variable. * `microsyntax` allows you to build a simple microsyntax which can still clearly identify which expressions bind to