Skip to content

Commit 8afd4c0

Browse files
authored
Merge pull request dozoisch#40 from newyork-anthonyng/master
Fix typos in README.md
2 parents 93254d4 + 2764e79 commit 8afd4c0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ render(
4646

4747
### Rendering Props
4848

49-
Other properties can be used to customised the rendering.
49+
Other properties can be used to customise the rendering.
5050

5151
| Name | Type | Description |
5252
|:---- | ---- | ------ |
5353
| sitekey | string | The API client key |
54-
| onChange | func | The function to be called when the user completes successfully the captcha |
55-
| theme | enum | *optional* `light` or `dark` The them of the widget *(__defaults:__ light)*
54+
| onChange | func | The function to be called when the user successfully completes the captcha |
55+
| theme | enum | *optional* `light` or `dark` The theme of the widget *(__defaults:__ light)*
5656
| type | enum | *optional* `image` or `audio` The type of initial captcha *(__defaults:__ image)*
5757
| tabindex | number | *optional* The tabindex on the element *(__default:__ 0)*
5858
| onExpired | func | *optional* callback when the challenge is expired and has to be redone by user. By default it will call the onChange with null to signify expired callback. |
@@ -61,9 +61,9 @@ Other properties can be used to customised the rendering.
6161
| badge | enum | *optional* `bottomright`, `bottomleft` or `inline`. Positions reCAPTCHA badge |
6262

6363

64-
In order to translate the reCaptcha widget you should create a global variable configuring the desire language, if you don't provide it reCaptcha will pick up the user's interface language.
64+
In order to translate the reCaptcha widget, you should create a global variable configuring the desired language. If you don't provide it, reCaptcha will pick up the user's interface language.
6565

66-
```
66+
```js
6767
window.recaptchaOptions = {
6868
lang: 'fr'
6969
}

0 commit comments

Comments
 (0)