Browse Source

[DOCS] Fixed a typo in indices.get_templates

Clinton Gormley 12 years ago
parent
commit
e53a26ff21
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/indices/templates.asciidoc

+ 1 - 1
docs/reference/indices/templates.asciidoc

@@ -63,7 +63,7 @@ To get list of all index templates you can use
 <<cluster-state,Cluster State>> API
 and check for the metadata/templates section of the response.
 
-added::[0.90.4] Or run:
+added[0.90.4] Or run:
 
 [source,js]
 --------------------------------------------------