From 7436e6cca1f55e69eecae4d381e764ba43f5e5b3 Mon Sep 17 00:00:00 2001 From: jody tate Date: Wed, 4 Nov 2015 12:57:06 -0800 Subject: [PATCH] docs(guide/Directives): change plural "it" to possessive --- docs/content/guide/directive.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/directive.ngdoc b/docs/content/guide/directive.ngdoc index fef7632cb74a..a277e5f7ee5d 100644 --- a/docs/content/guide/directive.ngdoc +++ b/docs/content/guide/directive.ngdoc @@ -598,7 +598,7 @@ directive logic will be put. * `element` is the jqLite-wrapped element that this directive matches. * `attrs` is a hash object with key-value pairs of normalized attribute names and their corresponding attribute values. -* `controller` is the directive's required controller instance(s) or it's own controller (if any). +* `controller` is the directive's required controller instance(s) or its own controller (if any). The exact value depends on the directive's require property. * `transcludeFn` is a transclude linking function pre-bound to the correct transclusion scope.