Skip to content

Commit aea89cb

Browse files
committed
Fixed arktype example
1 parent c30363a commit aea89cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { type } from 'arktype';
22

33
export const schema = type({
4-
name: 'string>=2',
4+
name: 'string>=2 = "Hello world!"',
55
email: 'string.email'
66
});

0 commit comments

Comments
 (0)