diff options
| author | Brent Morrow | 2013-04-06 14:29:16 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-04-11 14:58:39 -0700 | 
| commit | d521ad3ff6e3800a32464d4f0739a3b6ab9cf0b1 (patch) | |
| tree | 1ead0fabb34f48a10745b81a4a75b2eb8b1d2c28 /src/Angular.js | |
| parent | ebf7cf9ed3bb1555c157c52e442cd2d4b9ca3b94 (diff) | |
| download | angular.js-d521ad3ff6e3800a32464d4f0739a3b6ab9cf0b1.tar.bz2 | |
docs(ngApp): fixed typo
Use this directive to auto-bootstrap **an** application.
Diffstat (limited to 'src/Angular.js')
| -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 dc2d530a..8f00330c 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -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.  | 
