aboutsummaryrefslogtreecommitdiffstats
path: root/src/Angular.js
diff options
context:
space:
mode:
authorCarl Danley2013-07-22 11:01:00 -0400
committerPawel Kozlowski2013-07-27 20:53:41 +0200
commit258e9862840f9d45709664e0e5b2a18540d8828d (patch)
tree17386e8499d4103b83e903b437cda808a82579ff /src/Angular.js
parent1bc99eca08bef4aceb49d4fee7ef9e291f60ff3b (diff)
downloadangular.js-258e9862840f9d45709664e0e5b2a18540d8828d.tar.bz2
docs(*): fixed typos and ngdoc parameter names
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 68768d34..27b85419 100644
--- a/src/Angular.js
+++ b/src/Angular.js
@@ -3,7 +3,7 @@
////////////////////////////////////
/**
- * hasOwnProperty may be overriden by a property of the same name, or entirely
+ * hasOwnProperty may be overwritten by a property of the same name, or entirely
* absent from an object that does not inherit Object.prototype; this copy is
* used instead
*/
@@ -793,7 +793,7 @@ function toJsonReplacer(key, value) {
*
* @param {Object|Array|Date|string|number} obj Input to be serialized into JSON.
* @param {boolean=} pretty If set to true, the JSON output will contain newlines and whitespace.
- * @returns {string|undefined} Jsonified string representing `obj`.
+ * @returns {string|undefined} JSON-ified string representing `obj`.
*/
function toJson(obj, pretty) {
if (typeof obj === 'undefined') return undefined;