Skip to content

Commit 63f5b46

Browse files
committed
slightly update wording
1 parent eb545a9 commit 63f5b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/turnstile/get-started/server-side-validation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ A validation error is indicated by having the `success` property set to `false`.
290290
| <div style="width:200px">Error code</div> | Description |
291291
| ----------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
292292
| `missing-input-secret` | The secret parameter was not passed. |
293-
| `invalid-input-secret` | The secret parameter was invalid, did not exist, or used a [testing secret key](/turnstile/troubleshooting/testing) with a non-testing response. |
293+
| `invalid-input-secret` | The secret parameter was invalid, did not exist, or is a [testing secret key](/turnstile/troubleshooting/testing) with a non-testing response. |
294294
| `missing-input-response` | The response parameter (token) was not passed. |
295295
| `invalid-input-response` | The response parameter (token) is invalid or has expired. Most of the time, this means a fake token has been used. If the error persists, contact customer support. |
296296
| `bad-request` | The request was rejected because it was malformed. |

0 commit comments

Comments
 (0)