Skip to content

Commit

Permalink
Fix typos CI (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte authored Nov 21, 2024
2 parents 19cf70d + 86d49eb commit e457d88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: crate-ci/typos@v1.18.0
- uses: crate-ci/typos@v1.27.3
2 changes: 1 addition & 1 deletion docs/receiving/verifying-payloads/how-manual.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Here is an example you can use to verify you implemented everything correctly. P
```javascript
secret = 'whsec_plJ3nmyCDGBKInavdOK15jsl';
payload = '{"event_type":"ping","data":{"success":true}}';
msg_id = 'msg_loFOjxBNrRLzqYUe';
msg_id = 'msg_loFOjxBNrRLzqYUf';
timestamp = '1731705121';

// Would generate the following signature:
Expand Down

0 comments on commit e457d88

Please sign in to comment.