File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/angular2/docs/core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments