Skip to content

Commit ebfefa6

Browse files
authored
Update configure-queues.mdx (#24305)
closes #23468
1 parent 18b0da1 commit ebfefa6

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 wrangler queues update <QUEUE-NAME> --delivery-delay-secs 60 --message-retention-period-secs 3000
33+
npx 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)