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 99774b2 commit b487b17Copy full SHA for b487b17
guide/api-hmr.md
@@ -94,7 +94,7 @@ if (import.meta.hot) {
94
['./foo.js', './bar.js'],
95
([newFooModule, newBarModule]) => {
96
// The callback receives an array where only the updated module is non null
97
- // If the update was not succeful (syntax error for ex.), the array is empty
+ // If the update was not successful (syntax error for ex.), the array is empty
98
},
99
)
100
}
0 commit comments