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 dcfa8e9 commit 49c3b1eCopy full SHA for 49c3b1e
src/lib/client/index.ts
@@ -289,7 +289,7 @@ export function superForm<
289
290
if (options.SPA && options.validators === undefined) {
291
console.warn(
292
- 'No validators set for Superform in SPA mode. ' +
+ 'No validators set for superForm in SPA mode. ' +
293
'Add them to the validators option, or set it to false to disable this warning.'
294
);
295
}
0 commit comments