Skip to content

Commit 472f835

Browse files
authored
Fixed wrangler queues typo (#20286)
1 parent 675d5cc commit 472f835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/queues/configuration/configure-queues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Below are options for queues, refer to the Wrangler documentation for a full ref
3030
The following queue level settings can be configured using Wrangler:
3131

3232
```sh
33-
$ npx run wrangler queues update --delivery-delay-secs 60 --message-retention-period-secs 3000
33+
$ npx run wrangler queues update <QUEUE-NAME> --delivery-delay-secs 60 --message-retention-period-secs 3000
3434
```
3535

3636
* `--delivery-delay-secs` <Type text="number" /> <Type text="optional" />

0 commit comments

Comments
 (0)