From 71990ff4b31c1c15d47bb91962d87f3c8d1be50c Mon Sep 17 00:00:00 2001 From: Prayag Verma Date: Tue, 2 Feb 2016 14:20:22 +0530 Subject: [PATCH] chore(docs): fix typo in 01_templates.md Replace `an` with `a` --- 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 0786bbe6e4b7..c308419eab85 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