From 29a897da8c1f1be27dac18ea178106b9f207e55a Mon Sep 17 00:00:00 2001 From: danrbergman Date: Thu, 21 Aug 2014 23:05:57 -0400 Subject: [PATCH] docs(guide/module): update tag in description the reference to 'myApp' module changed in the example from to a
. Updating description to reflect the new
tag. --- docs/content/guide/module.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index 30f06c646f2e..5315da44ba91 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -58,7 +58,7 @@ I'm in a hurry. How do I get a Hello World module working? Important things to notice: * The {@link angular.Module Module} API - * The reference to `myApp` module in ``. + * The reference to `myApp` module in `
`. This is what bootstraps the app using your module. * The empty array in `angular.module('myApp', [])`. This array is the list of modules `myApp` depends on.