We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ed0f1e commit 7b2113eCopy full SHA for 7b2113e
packages/svelte/src/internal/client/render.js
@@ -143,7 +143,7 @@ export function hydrate(component, options) {
143
e.hydration_failed();
144
}
145
146
- // If an error occured above, the operations might not yet have been initialised.
+ // If an error occurred above, the operations might not yet have been initialised.
147
init_operations();
148
clear_text_content(target);
149
0 commit comments