diff --git a/docs/guide/api-hmr.md b/docs/guide/api-hmr.md index 1f23fdf8626a67..ee66f73b8f9ba7 100644 --- a/docs/guide/api-hmr.md +++ b/docs/guide/api-hmr.md @@ -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 }, ) }