From 28b495ce220777c788f71d99d50fa64064dcc52d Mon Sep 17 00:00:00 2001 From: Phap Date: Thu, 19 Sep 2019 22:35:57 -0400 Subject: [PATCH 1/2] correct easiest --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f98ad45..a9350dd 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ KeyboardRegistry.onItemSelected(`MyKeyboardView`, params); ``` ## 2. Using the keyboard component as an input view -While this package provides several component and classes for low-level control over custom keyboard inputs, the easiets way would be to use `KeyboardAccessoryView`. It's the only thing you'll need to show your Keyboard component as a custom input. For example: +While this package provides several component and classes for low-level control over custom keyboard inputs, the easiest way would be to use `KeyboardAccessoryView`. It's the only thing you'll need to show your Keyboard component as a custom input. For example: ```js Date: Thu, 19 Sep 2019 22:40:49 -0400 Subject: [PATCH 2/2] correct function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9350dd..36ec73f 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ While this package provides several component and classes for low-level control | Prop | Type | Description | | ---- | ---- | ----------- | -| renderContent | Function | a fucntion for rendering the content of the keyboard toolbar | +| renderContent | Function | a function for rendering the content of the keyboard toolbar | | kbInputRef | Object | A ref to the input component which triggers the showing of the keyboard | | kbComponent | String | The registered component name | | kbInitialProps | Object | Initial props to pass to the registered keyboard component |