diff --git a/docs/reference/data-streams/use-a-data-stream.asciidoc b/docs/reference/data-streams/use-a-data-stream.asciidoc index ce37e5ef40b..a5490444cd2 100644 --- a/docs/reference/data-streams/use-a-data-stream.asciidoc +++ b/docs/reference/data-streams/use-a-data-stream.asciidoc @@ -212,7 +212,7 @@ stream's template>> and perform a <>. ==== The following reindex request copies documents from the `archive` index alias to the existing `logs` data stream. Because the destination is a data stream, the -the request's `op_type` is `create`. +request's `op_type` is `create`. //// [source,console]