aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorKris Jenkins2012-10-26 15:00:02 +0100
committerPawel Kozlowski2012-11-21 23:06:59 +0100
commitb21f4a376d2ead526bcde47f0bb1d5580e1c3efa (patch)
tree17d2079499a4f4bd5c519b8452b04d1d0a9a7b5d /src/Angular.js
parentf28f283fcff83b7227e4fc9e94e1e522e0db2e5d (diff)
downloadangular.js-b21f4a376d2ead526bcde47f0bb1d5580e1c3efa.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