Browse Source

[DOCS] Fix typo (#82100)

Fix typo under `indices.recovery.max_concurrent_snapshot_file_downloads_per_node`
erictung1999 3 years ago
parent
commit
58ffc42f5f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/modules/indices/recovery.asciidoc

+ 1 - 1
docs/reference/modules/indices/recovery.asciidoc

@@ -103,7 +103,7 @@ the resources available to handle the extra load that will result.
 
 
 `indices.recovery.max_concurrent_snapshot_file_downloads_per_node`::
 `indices.recovery.max_concurrent_snapshot_file_downloads_per_node`::
 (<<cluster-update-settings,Dynamic>>, Expert) Number of snapshot file downloads requests
 (<<cluster-update-settings,Dynamic>>, Expert) Number of snapshot file downloads requests
-execyted in parallel in the target node for all recoveries. Defaults to `25`.
+executed in parallel in the target node for all recoveries. Defaults to `25`.
 +
 +
 Do not increase this setting without carefully verifying that your cluster has
 Do not increase this setting without carefully verifying that your cluster has
 the resources available to handle the extra load that will result.
 the resources available to handle the extra load that will result.