From 3f65841cdd4bf41c29817aec32b83d396fa8f3c8 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Wed, 6 Mar 2019 20:46:58 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- data/snippet_data.json | 2 +- snippets/MultiselectCheckbox.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1813d1863..ee438b9d1 100644 --- a/README.md +++ b/README.md @@ -388,7 +388,7 @@ ReactDOM.render( Renders a checkbox list that uses a callback function to pass its selected value/values to the parent component. * Use `React.setState()` to create a `data` state variable and set its initial value equal to the `options` prop. -* Create a function `toggle` that is used to toggle the `checked` to update the `data` state variable and call the `onChange` callbac passed via the component's props. +* Create a function `toggle` that is used to toggle the `checked` to update the `data` state variable and call the `onChange` callback passed via the component's props. * Render a `