Skip to content

Commit 0d5a32d

Browse files
committed
typo
1 parent 34079a0 commit 0d5a32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/internal/client/dom/elements/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import * as w from '../../warnings.js';
1616
*/
1717
export function remove_input_attr_defaults(dom) {
1818
if (hydrating) {
19-
// using getAttribute instead of dome.value allow us to have
19+
// using getAttribute instead of dom.value allows us to have
2020
// null instead of "on" if the user didn't set a value
2121
const value = dom.getAttribute('value');
2222
set_attribute(dom, 'value', null);

0 commit comments

Comments
 (0)