missing space (#27474)

This commit is contained in:
Patricia Santa Ana 2026-01-07 13:16:18 -08:00 committed by GitHub
parent 44ff5b9aa2
commit 7a09bc5c1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -240,7 +240,7 @@ When you embed a Turnstile widget inside a `<form>` element, an invisible input
## Explicit rendering
Explicit rendering gives you programmatic control over when and where the widget appears and how the widgets are created using JavaScript functions. This method is suitable for dynamic content, single-page applications(SPAs), or conditional rendering based on user interactions.
Explicit rendering gives you programmatic control over when and where the widget appears and how the widgets are created using JavaScript functions. This method is suitable for dynamic content, single-page applications (SPAs), or conditional rendering based on user interactions.
### Use cases