From 5cb7297a08649107d5155a22477c8c3511372034 Mon Sep 17 00:00:00 2001 From: Steve Nicolai Date: Sun, 5 Aug 2012 14:16:37 -0500 Subject: doc(devguide) - Fix typos and small grammatical errors in the developer guide. --- docs/content/guide/directive.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/content/guide/directive.ngdoc') diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index 9656a773..b600f4d9 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -271,7 +271,7 @@ simplified as: }); -Most directives concern themselves only with instances not with template transformations allowing +Most directives concern themselves only with instances, not with template transformations, allowing further simplification:
@@ -342,7 +342,7 @@ compiler}. The attributes are:
`scope: { localFn:'increment()' }`, then isolate scope property `localFn` will point to
a function wrapper for the `increment()` expression. Often it's desirable to pass data from
the isolate scope via an expression and to the parent scope, this can be done by passing a
- map of local variable names and values into the expression wrapper fn. For example if the
+ map of local variable names and values into the expression wrapper fn. For example, if the
expression is `increment(amount)` then we can specify the amount value by calling the
`localFn` as `localFn({amount: 22})`.
--
cgit v1.2.3