From 9667aeadd254bcec952326c4b2116fc6863c8739 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Wed, 29 Jul 2020 09:16:00 -0400 Subject: [PATCH] [DOCS] Fix typo in take snapshot docs (#60204) (#60383) Co-authored-by: VLADIMIR MIRONOV --- docs/reference/snapshot-restore/take-snapshot.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/snapshot-restore/take-snapshot.asciidoc b/docs/reference/snapshot-restore/take-snapshot.asciidoc index a22501f806a..2f13b56f268 100644 --- a/docs/reference/snapshot-restore/take-snapshot.asciidoc +++ b/docs/reference/snapshot-restore/take-snapshot.asciidoc @@ -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.