Skip to content

Commit 2f5b9b3

Browse files
authored
docs: fix typo succeful (#11415)
1 parent 241db16 commit 2f5b9b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/api-hmr.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if (import.meta.hot) {
9494
['./foo.js', './bar.js'],
9595
([newFooModule, newBarModule]) => {
9696
// 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
97+
// If the update was not successful (syntax error for ex.), the array is empty
9898
},
9999
)
100100
}

0 commit comments

Comments
 (0)