diff options
| author | G.H. Naylor | 2013-10-14 17:29:42 -0700 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-24 20:51:32 +0100 | 
| commit | d3930fdfd9e8ef6a53432eafbcbf88f592e5d406 (patch) | |
| tree | 72b40d65522a9467d5314a1bd9f9f015ebe3dac4 | |
| parent | 1c621bdf232941dcc008fd08aeefda3f09e0ab91 (diff) | |
| download | angular.js-d3930fdfd9e8ef6a53432eafbcbf88f592e5d406.tar.bz2 | |
docs(modulerr): fix typo
Closes #4418
| -rw-r--r-- | docs/content/error/injector/modulerr.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/error/injector/modulerr.ngdoc b/docs/content/error/injector/modulerr.ngdoc index ce9ffb3e..db3ca76b 100644 --- a/docs/content/error/injector/modulerr.ngdoc +++ b/docs/content/error/injector/modulerr.ngdoc @@ -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`}. | 
