diff options
| author | Kris Jenkins | 2012-10-26 15:00:02 +0100 |
|---|---|---|
| committer | Pawel Kozlowski | 2012-11-22 08:28:49 +0100 |
| commit | 557e3894d79c2542d223168b00d11edc52d4a880 (patch) | |
| tree | 93fca97d0e7c328bd1da24c1ef9d4144673e55d6 /src/Angular.js | |
| parent | 38a9695413b4334c7c4eee3e9bb5dbb30923b832 (diff) | |
| download | angular.js-557e3894d79c2542d223168b00d11edc52d4a880.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 |
