Browse Source

[DOCS] Fixed typo in create index api

javanna 11 years ago
parent
commit
419db6ee12
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/reference/indices/create-index.asciidoc

+ 2 - 1
docs/reference/indices/create-index.asciidoc

@@ -52,7 +52,8 @@ $ curl -XPUT 'http://localhost:9200/twitter/' -d '{
 }'
 --------------------------------------------------
 
-_Note you do not have to explicitly specify `index` section inside
+[NOTE]
+You do not have to explicitly specify `index` section inside the
 `settings` section.
 
 For more information regarding all the different index level settings