Skip to content

Commit e27a0d5

Browse files
senthilkumarmohannik9000
authored andcommitted
Docs: Align prose with snippet (#34839)
Modified example text to include multiple index patterns used in the code
1 parent 27c4d63 commit e27a0d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/indices/templates.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ PUT _template/template_1
4646
NOTE: Index templates provide C-style /* */ block comments. Comments are allowed
4747
everywhere in the JSON document except before the initial opening curly bracket.
4848

49-
Defines a template named `template_1`, with a template pattern of `te*`.
49+
Defines a template named `template_1`, with a template pattern of `te*` or `bar*`.
5050
The settings and mappings will be applied to any index name that matches
51-
the `te*` pattern.
51+
the `te*` or `bar*` pattern.
5252

5353
It is also possible to include aliases in an index template as follows:
5454

0 commit comments

Comments
 (0)