We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a73499b + 68e1e40 commit b639bc6Copy full SHA for b639bc6
src/hot.dev.js
@@ -55,7 +55,7 @@ const hot = sourceModule => {
55
if (!sourceModule || !sourceModule.id) {
56
// this is fatal
57
throw new Error(
58
- 'React-hot-loader: `hot` could not found the `id` property in the `module` you have provided',
+ 'React-hot-loader: `hot` could not find the `id` property in the `module` you have provided',
59
)
60
}
61
const moduleId = sourceModule.id
0 commit comments