Skip to content

Commit 359cfa3

Browse files
committed
docs(README.md): fix capitalization
1 parent 6fa30c7 commit 359cfa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The validation errors are detailed. Adapted from the brilliant work in `flow-run
3434
- [`t.simpleObject({ foo: t.string() })`](#tsimpleobject-foo-tstring-)
3535
- [`t.object`](#tobject)
3636
- [`t.record(t.string(), t.number())`](#trecordtstring-tnumber)
37-
- [`t.instanceof(Date)`](#tinstanceofdate)
37+
- [`t.instanceOf(Date)`](#tinstanceofdate)
3838
- [`t.tuple(t.string(), t.number())`](#ttupletstring-tnumber)
3939
- [`t.allOf(A, B)`](#tallofa-b)
4040
- [`t.oneOf(t.string(), t.number())`](#toneoftstring-tnumber)

0 commit comments

Comments
 (0)