소스 검색

[DOCS] Fixes attribute in transforms overview. (#49898)

István Zoltán Szabó 5 년 전
부모
커밋
37cc0b6c9e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/reference/transform/overview.asciidoc

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

@@ -39,7 +39,7 @@ The {transform} performs a composite aggregation that paginates through all the
 data defined by the source index query. The output of the aggregation is stored 
 in a destination index. Each time the {transform} queries the source index, it 
 creates a _checkpoint_. You can decide whether you want the {transform} to run 
-once (batch {transform}) or continuously ({transform}). A batch {transform} is a 
+once (batch {transform}) or continuously ({ctransform}). A batch {transform} is a 
 single operation that has a single checkpoint. {ctransforms-cap} continually 
 increment and process checkpoints as new source data is ingested.