Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 39ebb06

Browse files
jodytategkalpak
authored andcommitted
docs(guide/Directives): change "it" to possessive
Closes #13253
1 parent 9cf6b19 commit 39ebb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/directive.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ directive logic will be put.
598598
* `element` is the jqLite-wrapped element that this directive matches.
599599
* `attrs` is a hash object with key-value pairs of normalized attribute names and their
600600
corresponding attribute values.
601-
* `controller` is the directive's required controller instance(s) or it's own controller (if any).
601+
* `controller` is the directive's required controller instance(s) or its own controller (if any).
602602
The exact value depends on the directive's require property.
603603
* `transcludeFn` is a transclude linking function pre-bound to the correct transclusion scope.
604604

0 commit comments

Comments
 (0)