Skip to content

Commit

Permalink
Correct the spelling of "existing".
Browse files Browse the repository at this point in the history
  • Loading branch information
eventualbuddha committed Jun 7, 2018
1 parent c4c38fe commit 67d7ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/asset-manifest-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 67d7ba9

Please sign in to comment.