Skip to content

Commit 0f2cad3

Browse files
author
jquense
committed
Update README.md
1 parent 6e88126 commit 0f2cad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ const parsedUser = await userSchema.validate(
111111
- [`Schema.withMutation(builder: (current: Schema) => void): void`](#schemawithmutationbuilder-current-schema--void-void)
112112
- [`Schema.default(value: any): Schema`](#schemadefaultvalue-any-schema)
113113
- [`Schema.getDefault(options?: object): Any`](#schemagetdefaultoptions-object-any)
114-
- [`Schema.nullable(message?: string | function): Schema`](#schemanullable-schema)
115-
- [`Schema.nonNullable(message?: string | function): Schema`](#schemanonnullable-schema)
114+
- [`Schema.nullable(message?: string | function): Schema`](#schemanullablemessage-string--function-schema)
115+
- [`Schema.nonNullable(message?: string | function): Schema`](#schemanonnullablemessage-string--function-schema)
116116
- [`Schema.defined(): Schema`](#schemadefined-schema)
117117
- [`Schema.optional(): Schema`](#schemaoptional-schema)
118118
- [`Schema.required(message?: string | function): Schema`](#schemarequiredmessage-string--function-schema)

0 commit comments

Comments
 (0)