diff --git a/src/content/docs/turnstile/get-started/client-side-rendering.mdx b/src/content/docs/turnstile/get-started/client-side-rendering.mdx index 46faafa12fa0b9..e7b5f980183ce5 100644 --- a/src/content/docs/turnstile/get-started/client-side-rendering.mdx +++ b/src/content/docs/turnstile/get-started/client-side-rendering.mdx @@ -84,7 +84,7 @@ To: https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit ``` -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`: +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`: ```txt https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onloadTurnstileCallback