diff options
| author | Kris Jenkins | 2012-10-26 15:00:02 +0100 | 
|---|---|---|
| committer | Pawel Kozlowski | 2012-11-21 23:06:59 +0100 | 
| commit | b21f4a376d2ead526bcde47f0bb1d5580e1c3efa (patch) | |
| tree | 17d2079499a4f4bd5c519b8452b04d1d0a9a7b5d /src/Angular.js | |
| parent | f28f283fcff83b7227e4fc9e94e1e522e0db2e5d (diff) | |
| download | angular.js-b21f4a376d2ead526bcde47f0bb1d5580e1c3efa.tar.bz2 | |
docs(): Fix a couple of typos in the documentation
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 bea972ef..3a11f3ea 100644 --- a/src/Angular.js +++ b/src/Angular.js @@ -832,7 +832,7 @@ function encodeUriQuery(val, pctEncodeSpaces) {   * @name ng.directive:ngApp   *   * @element ANY - * @param {angular.Module} ngApp on optional application + * @param {angular.Module} ngApp an optional application   *   {@link angular.module module} name to load.   *   * @description | 
