fix typo in scripts/make-dist-assets.js (#661)

This commit is contained in:
omar-dev
2017-06-22 15:29:48 +03:00
committed by enahum
parent 8a38ca86d3
commit 497ee45076

View File

@@ -5,7 +5,7 @@
var fs = require('fs');
// Takes the files in rootA/path, overwrites or merges them with the corresponding fiel in rootB/path, and places the
// Takes the files in rootA/path, overwrites or merges them with the corresponding file in rootB/path, and places the
// resulting file in dest/path. JSON files that exist in both places are shallowly (TODO maybe deeply) merged and all
// other types of files are overwritten.
function leftMergeDirs(rootA, rootB, dest, path) {