From a5b95250f43c9224427d9bb4e17657e83b2d06b4 Mon Sep 17 00:00:00 2001 From: Patricia Loraine Santa Ana Date: Wed, 25 Jun 2025 09:09:30 -0700 Subject: [PATCH] clarify disable implicit rendering text --- .../docs/turnstile/get-started/client-side-rendering.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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