Skip to content

Commit 6abe525

Browse files
committed
Fixed a Type in Hot Module Replacement Page
1 parent fa960a9 commit 6abe525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/api/hot-module-replacement.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if (module.hot) {
2929
// or
3030
if (import.meta.webpackHot) {
3131
import.meta.webpackHot.accept('./library.js', function () {
32-
// Do something with the updated library modue
32+
// Do something with the updated library module
3333
});
3434
}
3535
```

0 commit comments

Comments
 (0)