浏览代码

[DOCS] Fix typo in create data stream API docs

James Rodewig 5 年之前
父节点
当前提交
7c26d09d3c
共有 1 个文件被更改,包括 2 次插入2 次删除
  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.
 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]
 [source,console]
 -----------------------------------
 -----------------------------------