Skip to content

Commit

Permalink
Merge pull request #1326 from lookfirst/patch-1
Browse files Browse the repository at this point in the history
s/prodived/provided/
  • Loading branch information
theKashey committed Aug 24, 2019
2 parents 6e11ad4 + 9f066c6 commit 67e8fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hot.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const hot = sourceModule => {
}
const moduleId = sourceModule.id || sourceModule.i || sourceModule.filename;
if (!moduleId) {
console.error('`module` prodived', sourceModule);
console.error('`module` provided', sourceModule);
throw new Error('React-hot-loader: `hot` could not find the `name` of the the `module` you have provided');
}
const module = hotModule(moduleId);
Expand Down

0 comments on commit 67e8fbc

Please sign in to comment.