aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorKris Jenkins2012-10-26 15:00:02 +0100
committerPawel Kozlowski2012-11-22 08:28:49 +0100
commit557e3894d79c2542d223168b00d11edc52d4a880 (patch)
tree93fca97d0e7c328bd1da24c1ef9d4144673e55d6 /src/Angular.js
parent38a9695413b4334c7c4eee3e9bb5dbb30923b832 (diff)
downloadangular.js-557e3894d79c2542d223168b00d11edc52d4a880.tar.bz2
docs(): Fix a couple of typos in the documentation
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js2
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