Skip to content

Commit 0f045a2

Browse files
committed
Improved language
1 parent e6b4b2b commit 0f045a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/queues/configuration/pause-purge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ $ npx run wrangler queues purge <QUEUE-NAME>
5050
```
5151

5252
### Does purging a Queue affect my bill?
53-
Purging a Queue counts as a single billable operation. For example, if you purge a Queue which has 100 messages, all 100 messages will be permanently deleted, and you will be billed for 1 billable operation. Refer to the [pricing](/queues/platform/pricing) page for more information about how Queues is billed.
53+
Purging a Queue counts as a single billable operation, regardless of how many messages are deleted. For example, if you purge a Queue which has 100 messages, all 100 messages will be permanently deleted, and you will be billed for 1 billable operation. Refer to the [pricing](/queues/platform/pricing) page for more information about how Queues is billed.

0 commit comments

Comments
 (0)