aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKris Jenkins2012-10-26 15:00:02 +0100
committerPawel Kozlowski2012-11-21 23:06:59 +0100
commitb21f4a376d2ead526bcde47f0bb1d5580e1c3efa (patch)
tree17d2079499a4f4bd5c519b8452b04d1d0a9a7b5d /docs
parentf28f283fcff83b7227e4fc9e94e1e522e0db2e5d (diff)
downloadangular.js-b21f4a376d2ead526bcde47f0bb1d5580e1c3efa.tar.bz2
docs(): Fix a couple of typos in the documentation
Diffstat (limited to 'docs')
-rw-r--r--docs/content/guide/directive.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc
index 44c73149..f2a54ace 100644
--- a/docs/content/guide/directive.ngdoc
+++ b/docs/content/guide/directive.ngdoc
@@ -351,7 +351,7 @@ compiler}. The attributes are:
* `controller` - Controller constructor function. The controller is instantiated before the
pre-linking phase and it is shared with other directives if they request it by name (see
`require` attribute). This allows the directives to communicate with each other and augment
- each other behavior. The controller is injectable with the following locals:
+ each other's behavior. The controller is injectable with the following locals:
* `$scope` - Current scope associated with the element
* `$element` - Current element