diff --git a/content/designing-workflows/batch-function.mdx b/content/designing-workflows/batch-function.mdx index fb974590..c57fb471 100644 --- a/content/designing-workflows/batch-function.mdx +++ b/content/designing-workflows/batch-function.mdx @@ -246,7 +246,9 @@ If you want to branch on whether the first item in a batch was flushed or not, y emoji="💡" text={ <> - Please note: if there is never a second item added to the batch, the batch will noop on closing as there is nothing in it to execute. + Please note: if there is never a second + item added to the batch, the batch will noop on closing as there is + nothing in it to execute. } />