Skip to content

Commit 714e775

Browse files
committed
docs: fix keep latest explanation
1 parent 5198cde commit 714e775

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

apps/docs/src/content/docs/reference/keep-latest.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ import { LinkCard, Tabs, TabItem, Aside } from '@astrojs/starlight/components';
77

88
This is the way to create a keepLatest task.
99

10-
This will run the initial tasks and then ensure that the very last task instance is also run. You
11-
can also provide a `max` that will dictate the number of task instances that will run initially.
10+
This will run the initial tasks and then, if over the `max` concurrency will keep the very last
11+
instance in a que. You can also provide a `max` that will dictate the number of task instances that
12+
will run initially.
1213

1314
<Aside type="note">`keepLatest` will only preserve the final _one_ task instance.</Aside>
1415

0 commit comments

Comments
 (0)