normalize terminology

This commit is contained in:
Fede Ramirez
2015-03-23 18:35:35 -03:00
parent b5333e44fc
commit 9ccd7e11eb
5 changed files with 42 additions and 39 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ JsonFile.prototype.forEach = function(fn){
forOwn(this._json, fn, this);
return this;
return this;
};