Skip to content

Commit 37cc0b6

Browse files
authored
[DOCS] Fixes attribute in transforms overview. (#49898)
1 parent 25474c6 commit 37cc0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/transform/overview.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The {transform} performs a composite aggregation that paginates through all the
3939
data defined by the source index query. The output of the aggregation is stored
4040
in a destination index. Each time the {transform} queries the source index, it
4141
creates a _checkpoint_. You can decide whether you want the {transform} to run
42-
once (batch {transform}) or continuously ({transform}). A batch {transform} is a
42+
once (batch {transform}) or continuously ({ctransform}). A batch {transform} is a
4343
single operation that has a single checkpoint. {ctransforms-cap} continually
4444
increment and process checkpoints as new source data is ingested.
4545

0 commit comments

Comments
 (0)