Skip to content

Commit

Permalink
docs: fix typo succeful (#11415)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gumball12 committed Dec 19, 2022
1 parent 241db16 commit 2f5b9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/api-hmr.md
Expand Up @@ -94,7 +94,7 @@ if (import.meta.hot) {
['./foo.js', './bar.js'],
([newFooModule, newBarModule]) => {
// The callback receives an array where only the updated module is non null
// 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
},
)
}
Expand Down

0 comments on commit 2f5b9b3

Please sign in to comment.