Skip to content

Commit fe33a82

Browse files
nipunn1313jacksteamdev
authored andcommitted
convex-backend PR 230: fix: sp valiators -> validators (#41329)
Just a quick spelling fix for the error message: valiators -> validators ---- By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice. Co-authored-by: Jack Steam <[email protected]> GitOrigin-RevId: df4076ae520b5096ca5c8d89780547cfef38678a
1 parent e272645 commit fe33a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/convex/src/values/validators.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ export class VObject<
299299
super({ isOptional });
300300
globalThis.Object.values(fields).forEach((v) => {
301301
if (!v.isConvexValidator) {
302-
throw new Error("v.object() entries must be valiators");
302+
throw new Error("v.object() entries must be validators");
303303
}
304304
});
305305
this.fields = fields;

0 commit comments

Comments
 (0)