From aa98fad338b314cc592ce8d5cc5a552c005c2abc Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Tue, 2 Feb 2016 14:20:22 +0530 Subject: [PATCH] docs: fix typo in 01_templates.md Replace `an` with `a` Closes #6842 --- modules/angular2/docs/core/01_templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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