Skip to content

Commit f4486a4

Browse files
committed
linter fixes
1 parent a2a3824 commit f4486a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/turnstile/tutorials/excluding-turnstile-from-e2e-tests.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ When running E2E tests, you often want to bypass or simplify the Turnstile verif
2121
- Test Sitekey: `1x00000000000000000000AA`
2222
- Test Secret Key: `1x0000000000000000000000000000000AA`
2323

24-
For more details, see the [testing documentation](https://developers.cloudflare.com/turnstile/troubleshooting/testing/).
24+
For more details, see the [testing documentation](/turnstile/troubleshooting/testing/).
2525

2626
## ⚠️ Important Security Warning
2727

@@ -86,7 +86,7 @@ Your template can then use the injected sitekey:
8686
- Keep test environment identifiers secure, if you need to test from the public web
8787

8888
2. **Credential Management**
89-
- Store production credentials securely (e.g., environment variables)
89+
- Store production credentials securely (for example, in environment variables)
9090
- Never commit credentials to version control
9191
- Use different credentials for each environment
9292

0 commit comments

Comments
 (0)