Browse Source

[DOCS] Fix typo (#76213)

"can be only restored" -> "can only be restored"
Glen Smith 4 years ago
parent
commit
263d9f2dac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/snapshot-restore/restore-snapshot.asciidoc

+ 1 - 1
docs/reference/snapshot-restore/restore-snapshot.asciidoc

@@ -101,7 +101,7 @@ persistent settings, non-legacy index templates, ingest pipelines and
 the corresponding items from the snapshot.
 
 The restore operation must be performed on a functioning cluster. However, an
-existing index can be only restored if it's <<indices-close,closed>> and
+existing index can only be restored if it's <<indices-close,closed>> and
 has the same number of shards as the index in the snapshot. The restore
 operation automatically opens restored indices if they were closed and creates
 new indices if they didn't exist in the cluster.