docs(ngApp): fixed typo

Use this directive to auto-bootstrap **an** application.
This commit is contained in:
Brent Morrow 2013-04-06 14:29:16 -07:00 committed by Igor Minar
parent ebf7cf9ed3
commit d521ad3ff6

View file

@ -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.