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

Commit d4bf183

Browse files
committed
docs(error/ng:areq): fix typo
1 parent 93905af commit d4bf183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/error/ng/areq.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ AngularJS often asserts that certain values will be present and truthy using a h
77
the assertion fails, this error is thrown. To fix this problem, make sure that the value the
88
assertion expects is defined and matches the type mentioned in the error.
99

10-
If the type is `undefined`, make sure you any newly added controllers/directives/services are
11-
properly defined and included in the script(s) loaded by your page.
10+
If the type is `undefined`, make sure any newly added controllers/directives/services are properly
11+
defined and included in the script(s) loaded by your page.

0 commit comments

Comments
 (0)