From 258e9862840f9d45709664e0e5b2a18540d8828d Mon Sep 17 00:00:00 2001 From: Carl Danley Date: Mon, 22 Jul 2013 11:01:00 -0400 Subject: docs(*): fixed typos and ngdoc parameter names --- src/Angular.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Angular.js') 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; -- cgit v1.2.3