diff options
| -rw-r--r-- | docs/content/guide/bootstrap.ngdoc | 2 | 
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.  | 
