Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e16e7df

Browse files
Mathew Foscarinicaitp
Mathew Foscarini
authored andcommitted
docs(minErr): small grammar fix for $compileMinErr ctreq
Closes angular#7365
1 parent 2972de8 commit e16e7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/error/$compile/ctreq.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ but the required directive controller is not present on the current DOM element
88

99
To resolve this error ensure that there is no typo in the required controller name and that the required directive controller is present on the current element.
1010

11-
If the required controller is expected to be on a ancestor element, make ensure that you prefix the controller name in the `require` definition with `^`.
11+
If the required controller is expected to be on a ancestor element, make sure that you prefix the controller name in the `require` definition with `^`.
1212

1313
If the required controller is optionally requested, use `?` or `^?` to specify that.
1414

0 commit comments

Comments
 (0)