Skip to content

Commit 49c3b1e

Browse files
committed
Spelling fix.
1 parent dcfa8e9 commit 49c3b1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/client/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export function superForm<
289289

290290
if (options.SPA && options.validators === undefined) {
291291
console.warn(
292-
'No validators set for Superform in SPA mode. ' +
292+
'No validators set for superForm in SPA mode. ' +
293293
'Add them to the validators option, or set it to false to disable this warning.'
294294
);
295295
}

0 commit comments

Comments
 (0)