Skip to content

Commit 7b2113e

Browse files
chore: fix typos (#16830)
* chore: fix typos * revert bad change --------- Co-authored-by: Rich Harris <[email protected]>
1 parent 0ed0f1e commit 7b2113e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/render.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export function hydrate(component, options) {
143143
e.hydration_failed();
144144
}
145145

146-
// If an error occured above, the operations might not yet have been initialised.
146+
// If an error occurred above, the operations might not yet have been initialised.
147147
init_operations();
148148
clear_text_content(target);
149149

0 commit comments

Comments
 (0)