Browse Source

[DOCS] Fixed typo

Peter Dyson 11 năm trước cách đây
mục cha
commit
233279bb64
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      docs/reference/modules/snapshots.asciidoc

+ 1 - 1
docs/reference/modules/snapshots.asciidoc

@@ -121,7 +121,7 @@ $ curl -XPUT "localhost:9200/_snapshot/my_backup/snapshot_1" -d '{
 
 The list of indices that should be included into the snapshot can be specified using the `indices` parameter that
 supports <<search-multi-index-type,multi index syntax>>. The snapshot request also supports the
-`ignore_unavailable` option. Setting it to `true` will cause indices that do not exists to be ignored during snapshot
+`ignore_unavailable` option. Setting it to `true` will cause indices that do not exist to be ignored during snapshot
 creation. By default, when `ignore_unavailable` option is not set and an index is missing the snapshot request will fail.
 By setting `include_global_state` to false it's possible to prevent the cluster global state to be stored as part of
 the snapshot. By default, entire snapshot will fail if one or more indices participating in the snapshot don't have