Skip to content

Commit a0ba0a2

Browse files
Fix mobile docs typo
1 parent 5008b5b commit a0ba0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/mobile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ When embedding on a **WebView**, please ensure the following steps have been com
1414

1515
## Cloudflare Turnstile
1616

17-
We use **Clouflare Turnstile** to confirm users are real and to block unwanted bots without slowing down the experience. Please be sure to follow these [Webview configurations](https://developers.cloudflare.com/turnstile/get-started/mobile-implementation/#webview-configurations), [update the allowed origins](https://developers.cloudflare.com/turnstile/get-started/mobile-implementation/#update-allowed-origins) to include `challenges.cloudflare.com, about:blank, about:srcdoc`, and enable `https` and `http` connections.
17+
We use **Cloudflare Turnstile** to confirm users are real and to block unwanted bots without slowing down the experience. Please be sure to follow these [Webview configurations](https://developers.cloudflare.com/turnstile/get-started/mobile-implementation/#webview-configurations), [update the allowed origins](https://developers.cloudflare.com/turnstile/get-started/mobile-implementation/#update-allowed-origins) to include `challenges.cloudflare.com, about:blank, about:srcdoc`, and enable `https` and `http` connections.
1818

1919
If you use the `react-native-webview` package, update your **WebView** `originWhitelist` to `originWhitelist={['https://*', 'http://*', 'about:blank', 'about:srcdoc']}`.
2020

0 commit comments

Comments
 (0)