From b21f4a376d2ead526bcde47f0bb1d5580e1c3efa Mon Sep 17 00:00:00 2001 From: Kris Jenkins Date: Fri, 26 Oct 2012 15:00:02 +0100 Subject: docs(): Fix a couple of typos in the documentation --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/directive.ngdoc') 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 -- cgit v1.2.3