From 67d7ba9d8f28d5d4f4870ae35f4df561ee8ddd63 Mon Sep 17 00:00:00 2001 From: Brian Donovan Date: Tue, 6 Feb 2018 09:36:53 -0800 Subject: [PATCH] Correct the spelling of "existing". --- lib/asset-manifest-generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asset-manifest-generator.js b/lib/asset-manifest-generator.js index eb178a6..f528c3e 100644 --- a/lib/asset-manifest-generator.js +++ b/lib/asset-manifest-generator.js @@ -65,7 +65,7 @@ AssetManifestGenerator.prototype.build = function() { var existingManifestPath = this.inputPaths[1]; var existingManifest; - // Check to see if we have an exisiting manifest. If not, than use a new + // Check to see if we have an existing manifest. If not, than use a new // empty manifest. try { existingManifest = fs.readJsonSync(path.join(existingManifestPath, 'asset-manifest.json'))