Skip to content

Commit a8e01b0

Browse files
clarify disable implicit rendering text (#23235)
1 parent 75b09f5 commit a8e01b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/turnstile/get-started/client-side-rendering.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To:
8484
https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit
8585
```
8686

87-
When using `render=explicit`, HTML elements with the `cf-turnstile` class will not show a challenge. The `turnstile.render` function must be invoked using the following steps. To combine both options, pass a query string of `?render=explicit&onload=onloadTurnstileCallback`:
87+
When using `render=explicit`, HTML elements with the `cf-turnstile` class will not show a challenge. The `turnstile.render` function must be invoked using the following steps. To combine `?render=explicit` and `&onload=onloadTurnstileCallback`, pass a query string of `?render=explicit&onload=onloadTurnstileCallback`:
8888

8989
```txt
9090
https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onloadTurnstileCallback

0 commit comments

Comments
 (0)