Explorar el Código

[DOCS] Fix typo in create data stream API docs

James Rodewig hace 5 años
padre
commit
7c26d09d3c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      docs/reference/indices/create-data-stream.asciidoc

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

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