Browse Source

[DOCS] Fix typo in data stream docs

James Rodewig 5 years ago
parent
commit
da6f478a33
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/reference/data-streams.asciidoc

+ 2 - 1
docs/reference/data-streams.asciidoc

@@ -53,7 +53,8 @@ PUT /_index_template/logs_template
 }
 -----------------------------------
 
-Start indexing data to a target matching composable template's wildcard pattern:
+Start indexing data to a target matching the composable template's wildcard
+pattern:
 
 [source,console]
 ----