aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authordandoyon2011-07-29 18:42:16 -0700
committerVojta Jina2011-07-30 16:41:42 +0200
commit1f4b417184ce53af15474de065400f8a686430c5 (patch)
tree3098ed2ada9a4be843a2e2a12e8c257e7f7fc32f /src/Angular.js
parent2d8d5aef2918ca0d2503290f86a42701fc98d330 (diff)
downloadangular.js-1f4b417184ce53af15474de065400f8a686430c5.tar.bz2
doc(typos): fix couple of typos in the docs
Minor documentation fixes. Should not be any code changes. One test changed due to dependency on text in documentation.
Diffstat (limited to 'src/Angular.js')
-rw-r--r--src/Angular.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Angular.js b/src/Angular.js
index 327768e7..c26b799a 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -145,7 +145,7 @@ var _undefined = undefined,
* @param {Object|Array} obj Object to iterate over.
* @param {function()} iterator Iterator function.
* @param {Object} context Object to become context (`this`) for the iterator function.
- * @returns {Objet|Array} Reference to `obj`.
+ * @returns {Object|Array} Reference to `obj`.
*/
function forEach(obj, iterator, context) {
var key;
@@ -875,7 +875,7 @@ function toKeyValue(obj) {
/**
- * we need our custom mehtod because encodeURIComponent is too agressive and doesn't follow
+ * We need our custom mehtod because encodeURIComponent is too agressive and doesn't follow
* http://www.ietf.org/rfc/rfc3986.txt with regards to the character set (pchar) allowed in path
* segments:
* segment = *pchar