Skip to content

Commit b639bc6

Browse files
authored
Merge pull request #888 from sarathms/fix-typo-in-error-message
Fix typo in error message
2 parents a73499b + 68e1e40 commit b639bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hot.dev.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const hot = sourceModule => {
5555
if (!sourceModule || !sourceModule.id) {
5656
// this is fatal
5757
throw new Error(
58-
'React-hot-loader: `hot` could not found the `id` property in the `module` you have provided',
58+
'React-hot-loader: `hot` could not find the `id` property in the `module` you have provided',
5959
)
6060
}
6161
const moduleId = sourceModule.id

0 commit comments

Comments
 (0)