Skip to content

Commit e4f20c9

Browse files
committed
Removed typos
1 parent 58213f6 commit e4f20c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/queues/configuration/javascript-apis.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ interface Message<Body = unknown> {
289289
Optional configuration when marking a message or a batch of messages for retry.
290290

291291
```ts
292-
declare interface QueueRetryOptions {
292+
interface QueueRetryOptions {
293293
delaySeconds?: number;
294294
}
295295
```

0 commit comments

Comments
 (0)