Browse Source

[DOCS] Fix typo in data stream docs

James Rodewig 5 years ago
parent
commit
cdfb528c33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/data-streams/use-a-data-stream.asciidoc

+ 1 - 1
docs/reference/data-streams/use-a-data-stream.asciidoc

@@ -212,7 +212,7 @@ stream's template>> and perform a <<manually-roll-over-a-data-stream,rollover>>.
 ====
 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]