File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/api-shield/security/jwt-validation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ curl https://<your-team-name>.cloudflareaccess.com/cdn-cgi/access/certs -s | jq
9292 * - GET will fetch and show the credentials from the provided URL (`GET https://random-worker-name-c134.example.workers.dev/`)
9393 * - POST triggers an update and returns the Cloudflare API response of that update (`POST https://random-worker-name-c134.example.workers.dev/`)
9494 *
95- * Use these methods can be used to test that the Worker is properly set up .
95+ * Use these to test that the Worker is properly configured .
9696 *
9797 * After setting up the worker, you can create a cron trigger to run it periodically.
9898 * For more information on cron triggers, refer to https://developers.cloudflare.com/workers/configuration/cron-triggers/
@@ -174,4 +174,4 @@ curl https://<your-team-name>.cloudflareaccess.com/cdn-cgi/access/certs -s | jq
174174 },
175175 };
176176 ```
177- </Steps >
177+ </Steps >
You can’t perform that action at this time.
0 commit comments