Skip to content

Commit

Permalink
readme typo change
Browse files Browse the repository at this point in the history
  • Loading branch information
adekay committed Apr 25, 2022
1 parent c233c4d commit 392e14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ return <HCaptcha ref={captchaRef} onLoad={onLoad} sitekey={sitekey} {...props} /
|`getRespKey()`|Get the current challenge reference ID|
|`getResponse()`|Get the current challenge response token from completed challenge|
|`resetCaptcha()`|Reset the current challenge|
|`setData()`|See Enterprise docs.|
|`setData()`|See enterprise docs.|


**NOTE**: Make sure to reset the hCaptcha state when you submit your form by calling the method `.resetCaptcha` on your hCaptcha React Component! Passcodes are one-time use, so if your user submits the same passcode twice then it will be rejected by the server the second time.
Expand Down

0 comments on commit 392e14d

Please sign in to comment.