Skip to content

Commit eadb5ba

Browse files
improve wording
1 parent 86fcd68 commit eadb5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/getting_started/documents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Since CSV does not support arrays or nested objects, `cast` cannot be converted
144144

145145
### Auto-batching
146146

147-
Auto-batching combines similar operations in the same index into a single batch and processes them together. This significantly speeds up the indexing process.
147+
Auto-batching combines similar operations in the same index into a single batch, then processes them together. This significantly speeds up the indexing process.
148148

149149
Tasks within the same batch share the same values for `startedAt`, `finishedAt`, and `duration`.
150150

0 commit comments

Comments
 (0)