docs(error/ng:areq): fix typo

This commit is contained in:
Georgios Kalpakas
2016-11-21 12:55:11 +02:00
parent 5ff5815f51
commit b343e7a560
+2 -2
View File
@@ -7,5 +7,5 @@ AngularJS often asserts that certain values will be present and truthy using a h
the assertion fails, this error is thrown. To fix this problem, make sure that the value the
assertion expects is defined and matches the type mentioned in the error.
If the type is `undefined`, make sure you any newly added controllers/directives/services are
properly defined and included in the script(s) loaded by your page.
If the type is `undefined`, make sure any newly added controllers/directives/services are properly
defined and included in the script(s) loaded by your page.