From 7b8bcd267672ae7fa4b8d102eeea3d5c99fac14b Mon Sep 17 00:00:00 2001 From: mmalden Date: Wed, 11 Mar 2026 12:37:02 -0600 Subject: [PATCH] fix-formatting --- src/content/docs/queues/configuration/javascript-apis.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/queues/configuration/javascript-apis.mdx b/src/content/docs/queues/configuration/javascript-apis.mdx index 15446ad58f0..f0cd92f6dc6 100644 --- a/src/content/docs/queues/configuration/javascript-apis.mdx +++ b/src/content/docs/queues/configuration/javascript-apis.mdx @@ -282,7 +282,7 @@ interface MessageBatch { * messages - * An array of messages in the batch. Ordering of messages is best effort -- not guaranteed to be exactly the same as the order in which they were published. If you are interested in guaranteed FIFO ordering, please [email the Queues team](mailto:queues@cloudflare.com). + * An array of messages in the batch. Ordering of messages is best effort -- not guaranteed to be exactly the same as the order in which they were published. * ackAll()