Skip to content

Commit

Permalink
docs(README.md): fix capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Jul 13, 2020
1 parent 6fa30c7 commit 359cfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The validation errors are detailed. Adapted from the brilliant work in `flow-run
- [`t.simpleObject({ foo: t.string() })`](#tsimpleobject-foo-tstring-)
- [`t.object`](#tobject)
- [`t.record(t.string(), t.number())`](#trecordtstring-tnumber)
- [`t.instanceof(Date)`](#tinstanceofdate)
- [`t.instanceOf(Date)`](#tinstanceofdate)
- [`t.tuple(t.string(), t.number())`](#ttupletstring-tnumber)
- [`t.allOf(A, B)`](#tallofa-b)
- [`t.oneOf(t.string(), t.number())`](#toneoftstring-tnumber)
Expand Down

0 comments on commit 359cfa3

Please sign in to comment.