mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(ngApp): fixed typo
Use this directive to auto-bootstrap **an** application.
This commit is contained in:
parent
35b02226ca
commit
8879b3733e
1 changed files with 1 additions and 1 deletions
|
|
@ -867,7 +867,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