Skip to content

Commit 42a0b53

Browse files
authored
Update comment in jwt-worker.mdx (#23312)
1 parent dcd46ad commit 42a0b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/api-shield/security/jwt-validation/jwt-worker.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)