From 32839dc55a65deeec9f3787e71d08dc98b4bb209 Mon Sep 17 00:00:00 2001 From: RefinedSoftwareLLC Date: Fri, 22 Mar 2013 17:26:18 -0600 Subject: [PATCH] fixed spelling errors --- tools/node.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/node.js b/tools/node.js index 2ac28a5e..82c8d292 100644 --- a/tools/node.js +++ b/tools/node.js @@ -115,10 +115,10 @@ exports.minify = function(files, options) { }; }; -// UglifyJS.beautifyJSON(files, options) { return beautifyedString; }; +// UglifyJS.beautifyJSON(files, options) { return beautifiedString; }; // files = a (single or array of) file names, JSON strings, or JSON Objects. // options = UglifyJS minify options. -// returns beautifyed string of JSON info. +// returns a beautified string of the passed JSON information. // // NEW OPTIONS: // fromObject:true allows passing a JSON object or an array of JSON objects.