Skip to content

Commit

Permalink
minor typo fix in README (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
dearlordylord authored Jan 22, 2023
1 parent 8509ddc commit 5f4c5db
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 @@ -272,7 +272,7 @@ import React from 'react';
import { useForm } from 'react-hook-form';
import { ioTsResolver } from '@hookform/resolvers/io-ts';
import t from 'io-ts';
// you don't have to use io-ts-types but it's very useful
// you don't have to use io-ts-types, but it's very useful
import tt from 'io-ts-types';

const schema = t.type({
Expand Down

0 comments on commit 5f4c5db

Please sign in to comment.