Skip to content

Commit 54b589d

Browse files
authored
Merge pull request #223 from abdemirza/fixed-typo-readme
Update README.md
2 parents 993dc44 + d50ea6f commit 54b589d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ import BouncyCheckbox from "react-native-bouncy-checkbox";
121121

122122
Please check the `example-manual-state` runable project to how to make it work on a real project.
123123

124-
<b><i>Becareful while using `disableBuiltInState` you MUST set the `isChecked` prop to use your own check state manually.</b></i> The `onPress` callback will **NOT** receive the next `isChecked` when `disableBuiltInState` is used.
124+
<b><i>Be careful while using `disableBuiltInState` you MUST set the `isChecked` prop to use your own check state manually.</b></i> The `onPress` callback will **NOT** receive the next `isChecked` when `disableBuiltInState` is used.
125125

126126
Here is the basic implementation:
127127

0 commit comments

Comments
 (0)