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.
1 parent fa960a9 commit 4da8291Copy full SHA for 4da8291
src/content/api/hot-module-replacement.mdx
@@ -29,7 +29,7 @@ if (module.hot) {
29
// or
30
if (import.meta.webpackHot) {
31
import.meta.webpackHot.accept('./library.js', function () {
32
- // Do something with the updated library modue…
+ // Do something with the updated library module…
33
});
34
}
35
```
0 commit comments