diff options
| author | Brent Morrow | 2013-04-06 14:29:16 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-04-11 14:59:30 -0700 | 
| commit | 8879b3733e8611d39446f76ab07ae2342895b84d (patch) | |
| tree | aa1418d644c147cc03035b6c15c81a2978015f35 | |
| parent | 35b02226cafe235380d8dd7934f4d2c02ff8547e (diff) | |
| download | angular.js-8879b3733e8611d39446f76ab07ae2342895b84d.tar.bz2 | |
docs(ngApp): fixed typo
Use this directive to auto-bootstrap **an** application.
| -rw-r--r-- | src/Angular.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Angular.js b/src/Angular.js index 5177cf78..0c2dff78 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -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. | 
