Browse Source

[DOCS] Fix typo in create data stream API docs

James Rodewig 5 years ago
parent
commit
21e28bbdc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/indices/create-data-stream.asciidoc

+ 1 - 1
docs/reference/indices/create-data-stream.asciidoc

@@ -7,7 +7,7 @@
 Creates a new data stream.
 
 A data stream can only be created if the namespace it targets has a composable
-index template that exists with a `data_stream` definition.
+index template with a `data_stream` definition.
 
 [source,console]
 -----------------------------------