Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: lint
  • Loading branch information
jamesgeorge007 committed Aug 10, 2019
1 parent af8906d commit 72ee5a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Entrypoint.js
Expand Up @@ -52,8 +52,8 @@ class Entrypoint extends ChunkGroup {

/**
* @param {Chunk} oldChunk chunk to be replaced
* @param {Chunk} newChunk New chunkt that will be replaced
* @returns {boolean} rerturns true for
* @param {Chunk} newChunk New chunk that will be replaced with
* @returns {boolean} returns true if the replacement was successful
*/
replaceChunk(oldChunk, newChunk) {
if (this.runtimeChunk === oldChunk) this.runtimeChunk = newChunk;
Expand Down

0 comments on commit 72ee5a3

Please sign in to comment.