aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/directive.ngdoc
diff options
context:
space:
mode:
authorKris Jenkins2012-10-26 15:00:02 +0100
committerPawel Kozlowski2012-11-22 08:28:49 +0100
commit557e3894d79c2542d223168b00d11edc52d4a880 (patch)
tree93fca97d0e7c328bd1da24c1ef9d4144673e55d6 /docs/content/guide/directive.ngdoc
parent38a9695413b4334c7c4eee3e9bb5dbb30923b832 (diff)
downloadangular.js-557e3894d79c2542d223168b00d11edc52d4a880.tar.bz2
docs(): Fix a couple of typos in the documentation
Diffstat (limited to 'docs/content/guide/directive.ngdoc')
-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