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

Commit e688f07

Browse files
committed
docs(error/ctreq): fix typo
Closes #13083
1 parent 8e2f7d3 commit e688f07

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 sure that you prefix the controller name in the `require` definition with `^`.
11+
If the required controller is expected to be on an 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)