Documentation clarification for admin indices templates config

I think the last paragraph
http://www.elasticsearch.org/guide/reference/api/admin-indices-templates/

For example, a file called template_1.json can be placed under
config/templates and it will be added if it matches an index. Here is a
sample of the mentioned file:

Should be written like this

For example, a file called template_1.json is placed under config/templates.
When an index is created, if the "template" statement match, the template
is applied. Here is a sample of the mentioned file:

When I reed it for the first time, I was under the impression that config
templates are loaded only if the template statement match an existing index.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.