Skip to content

Commit

Permalink
Update tutorial.md (#2897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Honan committed Nov 12, 2020
1 parent 1c35916 commit c45baba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/tutorial.md
Expand Up @@ -815,7 +815,7 @@ const MyCheckbox = ({ children, ...props }) => {
{meta.touched && meta.error ? (
<div className="error">{meta.error}</div>
) : null}
</dov>
</div>
);
};

Expand Down

1 comment on commit c45baba

@vercel
Copy link

@vercel vercel bot commented on c45baba Nov 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.