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 34079a0 commit 0d5a32dCopy full SHA for 0d5a32d
packages/svelte/src/internal/client/dom/elements/attributes.js
@@ -16,7 +16,7 @@ import * as w from '../../warnings.js';
16
*/
17
export function remove_input_attr_defaults(dom) {
18
if (hydrating) {
19
- // using getAttribute instead of dome.value allow us to have
+ // using getAttribute instead of dom.value allows us to have
20
// null instead of "on" if the user didn't set a value
21
const value = dom.getAttribute('value');
22
set_attribute(dom, 'value', null);
0 commit comments