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 35b02226ca
commit 8879b3733e

View file

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