We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241db16 commit 2f5b9b3Copy full SHA for 2f5b9b3
docs/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