docs(modulerr): fix typo

Closes #4418
This commit is contained in:
G.H. Naylor 2013-10-14 17:29:42 -07:00 committed by Pete Bacon Darwin
parent 1c621bdf23
commit d3930fdfd9

View file

@ -6,6 +6,6 @@
This error occurs when a module fails to load due to some exception. The error
message above should provide additional context.
In AngularJS `1.2.0` and later, `ngRoute` has been moved ot its own module.
In AngularJS `1.2.0` and later, `ngRoute` has been moved to its own module.
If you are getting this error after upgrading to `1.2.x`, be sure that you've
installed {@link api/ngRoute `ngRoute`}.