[DOCS] Fix typo in take snapshot docs (#60204) (#60383)

Co-authored-by: VLADIMIR MIRONOV <mironov.v@torrowtech.com>
This commit is contained in:
James Rodewig 2020-07-29 09:16:00 -04:00 committed by GitHub
parent cf0cab614d
commit 9667aeadd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ By default, the entire snapshot will fail if one or more indices participating i
all primary shards available. You can change this behaviour by setting `partial` to `true`. The `expand_wildcards`
option can be used to control whether hidden and closed indices will be included in the snapshot, and defaults to `all`.
Use the `metadata` field to attach arbitrary metadata to the snapsho,
Use the `metadata` field to attach arbitrary metadata to the snapshot,
such as who took the snapshot,
why it was taken, or any other data that might be useful.