mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +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
|
||||
*
|
||||
* 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
|
||||
* designates the root of the application and is typically placed
|
||||
* at the root of the page.
|
||||
|
|
|
|||
Loading…
Reference in a new issue