mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
docs(ngApp): fixed typo
Use this directive to auto-bootstrap **an** application.
This commit is contained in:
parent
ebf7cf9ed3
commit
d521ad3ff6
1 changed files with 1 additions and 1 deletions
|
|
@ -892,7 +892,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {
|
||||||
*
|
*
|
||||||
* @description
|
* @description
|
||||||
*
|
*
|
||||||
* Use this directive to auto-bootstrap on application. Only
|
* Use this directive to auto-bootstrap an application. Only
|
||||||
* one directive can be used per HTML document. The directive
|
* one directive can be used per HTML document. The directive
|
||||||
* designates the root of the application and is typically placed
|
* designates the root of the application and is typically placed
|
||||||
* at the root of the page.
|
* at the root of the page.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue