Skip to content

Commit 86595d9

Browse files
committed
Upgrade typos to 1.20.1
… and fix newly-detected typos.
1 parent b55b3ea commit 86595d9

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: crate-ci/typos@v1.19.0
16+
- uses: crate-ci/typos@v1.20.1

.typos.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[default]
2+
extend-ignore-re = [
3+
# Mock token
4+
";iuani;ansd;ifgjbnai;sdjfgb",
5+
]
6+
17
[files]
28
extend-exclude = [
39
# Typo "achived" is a breaking change to fix

go/internal/openapi/api_event_type.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17392,7 +17392,7 @@
1739217392
},
1739317393
"/api/v1/event-type/import/openapi/": {
1739417394
"post": {
17395-
"description": "Given an OpenAPI spec, create new or update existing event types.\nIf an existing `archived` event type is updated, it will be unarchvied.\n\nThe importer will convert all webhooks found in the either the `webhooks` or `x-webhooks`\ntop-level.",
17395+
"description": "Given an OpenAPI spec, create new or update existing event types.\nIf an existing `archived` event type is updated, it will be unarchived.\n\nThe importer will convert all webhooks found in the either the `webhooks` or `x-webhooks`\ntop-level.",
1739617396
"operationId": "v1.event-type.import-openapi",
1739717397
"parameters": [
1739817398
{

server/svix-server/src/queue/redis.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ async fn new_pair_inner(
166166
}
167167
}
168168

169-
// Redis durationns are given in integer numbers of milliseconds, so the pending_duration (the
169+
// Redis durations are given in integer numbers of milliseconds, so the pending_duration (the
170170
// time in which a task is allowed to be processing before being restarted) must be converted to
171171
// one.
172172
let pending_duration: i64 = pending_duration

0 commit comments

Comments
 (0)