diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index ad33e5c55146..a1905779b070 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -24,7 +24,7 @@ Ok, I'm in a hurry. How do I get a Hello World module working? Important things to notice: * {@link api/angular.Module Module} API - * Notice the reference to the `myApp` module in the ``, it is what + * Notice the reference to the `simpleApp` module in the ``, it is what bootstraps the app using your module.