Przeglądaj źródła

Docs: Update update-settings.asciidoc

Inconsistent indentation

Closes #8525
mdzor 11 lat temu
rodzic
commit
bc52ccfd33
1 zmienionych plików z 4 dodań i 3 usunięć
  1. 4 3
      docs/reference/indices/update-settings.asciidoc

+ 4 - 3
docs/reference/indices/update-settings.asciidoc

@@ -12,7 +12,8 @@ of the request includes the updated settings, for example:
 {
     "index" : {
         "number_of_replicas" : 4
-    } }
+    } 
+}
 --------------------------------------------------
 
 The above will change the number of replicas to 4 from the current
@@ -24,8 +25,8 @@ curl -XPUT 'localhost:9200/my_index/_settings' -d '
 {
     "index" : {
         "number_of_replicas" : 4
-    } }
-'
+    } 
+}'
 --------------------------------------------------
 
 Below is the list of settings that can be changed using the update