Skip to content

Commit 92439ee

Browse files
orinamioalvaromb
authored andcommitted
Fixed typo: 'componente' to 'component' (#349)
1 parent 62fd0d1 commit 92439ee

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
@@ -36,7 +36,7 @@ yarn add react-native-keyboard-aware-scroll-view
3636

3737
You can use the `KeyboardAwareScrollView`, `KeyboardAwareSectionList` or the `KeyboardAwareFlatList`
3838
components. They accept `ScrollView`, `SectionList` and `FlatList` default props respectively and
39-
implement a custom high order componente called `KeyboardAwareHOC` to handle keyboard appearance.
39+
implement a custom high order component called `KeyboardAwareHOC` to handle keyboard appearance.
4040
The high order component is also available if you want to use it in any other component.
4141

4242
Import `react-native-keyboard-aware-scroll-view` and wrap your content inside

0 commit comments

Comments
 (0)