aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/bootstrap.ngdoc
diff options
context:
space:
mode:
authorMisko Hevery2012-05-25 15:14:56 -0700
committerMisko Hevery2012-06-02 16:02:09 -0700
commit7019f142ab79940eb4fc5b26fdcfdf2caf1d2b73 (patch)
tree3c2d0a63054789ff66d1416400bd3a3e8c5d8d48 /docs/content/guide/bootstrap.ngdoc
parent0532aabcf97a08badd6ed67ad40453d37da89556 (diff)
downloadangular.js-7019f142ab79940eb4fc5b26fdcfdf2caf1d2b73.tar.bz2
merge cleanup
Diffstat (limited to 'docs/content/guide/bootstrap.ngdoc')
-rw-r--r--docs/content/guide/bootstrap.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/bootstrap.ngdoc b/docs/content/guide/bootstrap.ngdoc
index 997ec3af..b2c681b5 100644
--- a/docs/content/guide/bootstrap.ngdoc
+++ b/docs/content/guide/bootstrap.ngdoc
@@ -51,7 +51,7 @@ initialization.
Angular initializes automatically upon `DOMContentLoaded` event, at which point angular looks for
the {@link api/angular.module.ng.$compileProvider.directive.ngApp `ng-app`} directive which
designates your application root. If {@link
-api/angular.module.ng.$compileProvider.directive.ng:app `ng-app`} directive is found then Angular
+api/angular.module.ng.$compileProvider.directive.ngApp `ng-app`} directive is found then Angular
will:
* load the {@link guide/module module} associated with the directive.