Skip to content

Commit 6b5cf64

Browse files
Typos
1 parent e10cfa3 commit 6b5cf64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Load HTML into the WebView.
4242

4343
### `scrollEnabled`
4444

45-
When set `false` disables scrolling and pinch to zoom. Make sure to add `maximum-scale` to your viewport meta tag in order to prevent automatic scaling when focusing an input with a small font size on iOS.
45+
When set to `false` disables scrolling and pinch to zoom. Make sure to add `maximum-scale` to your viewport meta tag in order to prevent automatic scaling when focusing an input with a small font size on iOS.
4646

4747
|Type|Required|Default value|
4848
|----|--------|-------------|
@@ -74,7 +74,7 @@ Use `JSBridge.postString(string)` to send a string. Use `JSBridge.postNumber(num
7474

7575
### `keyboardDisplayRequiresUserAction`
7676

77-
When set `false` allows [`HTMLElement.focus()`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLOrForeignElement/focus), and [`autofocus` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-autofocus) to display the keyboard.
77+
When set to `false` allows [`HTMLElement.focus()`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLOrForeignElement/focus), and [`autofocus` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-autofocus) to display the keyboard.
7878

7979
|Type|Required|Default value|Platform|
8080
|----|--------|-------------|--------|

0 commit comments

Comments
 (0)