Browse Source

Add missing word in data streams checkpoints docs (#73005)

Felix Barnsteiner 4 years ago
parent
commit
a5e39ce086
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/transform/checkpoints.asciidoc

+ 1 - 1
docs/reference/transform/checkpoints.asciidoc

@@ -40,7 +40,7 @@ The {transform} applies changes related to either new or changed entities or
 time buckets to the destination index. The set of changes can be paginated. The
 {transform} performs a composite aggregation similarly to the batch {transform} 
 operation, however it also injects query filters based on the previous step to 
-reduce the amount work. After all changes have been applied, the checkpoint is 
+reduce the amount of work. After all changes have been applied, the checkpoint is 
 complete.
 --