Skip to content

Commit

Permalink
fix typo in MyCheckbox description (#3723)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeleke5140 committed May 26, 2023
1 parent 73de78d commit dd80282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ const MyTextInput = ({ label, ...props }) => {
};

const MyCheckbox = ({ children, ...props }) => {
// React treats radios and checkbox inputs differently other input types, select, and textarea.
// React treats radios and checkbox inputs differently from other input types: select and textarea.
// Formik does this too! When you specify `type` to useField(), it will
// return the correct bag of props for you -- a `checked` prop will be included
// in `field` alongside `name`, `value`, `onChange`, and `onBlur`
Expand Down

1 comment on commit dd80282

@vercel
Copy link

@vercel vercel bot commented on dd80282 May 26, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

formik-docs – ./website

formik-docs-git-master-jared.vercel.app
formik-docs.vercel.app
www.formik.org
formik-docs-jared.vercel.app
formik.org

Please sign in to comment.