Skip to content

Commit

Permalink
Fix Typo on readme.md
Browse files Browse the repository at this point in the history
There was a typo, which showed as an warning in ts that the property does not exist.
  • Loading branch information
Anay Paraswani authored May 24, 2024
1 parent ca0a33e commit 0f9f60c
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 @@ -56,7 +56,7 @@ yourself.
function Component() {
return (
<Turnstile
executution="execute"
execution="execute"
onLoad={(widgetId, bound) => {
// before:
window.turnstile.execute(widgetId);
Expand Down

0 comments on commit 0f9f60c

Please sign in to comment.