Skip to content

Commit b487b17

Browse files
authored
docs: fix typo succeful (#11415)
1 parent 99774b2 commit b487b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/api-hmr.md

Lines changed: 1 addition & 1 deletion
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)