Browse Source

corrected the use of two synonymous words (#19498)

Two synonyms were jointly used in the sentence(i.e "problems" and "issues"), so I deleted one of them.
Folusho Oladipo 9 years ago
parent
commit
1e7495a7fa
1 changed files with 2 additions and 3 deletions
  1. 2 3
      docs/reference/indices/open-close.asciidoc

+ 2 - 3
docs/reference/indices/open-close.asciidoc

@@ -28,6 +28,5 @@ Identifying indices via wildcards or `_all` can be disabled by setting the
 `action.destructive_requires_name` flag in the config file to `true`.
 This setting can also be changed via the cluster update settings api.
 
-Closed indices consume a significant amount of disk-space which can cause problems
-issues in managed environments. Closing indices can be disabled via the cluster settings
-API by setting `cluster.indices.close.enable` to `false`. The default is `true`.
+Closed indices consume a significant amount of disk-space which can cause problems in managed environments. Closing indices can be disabled via the cluster settings
+API by setting `cluster.indices.close.enable` to `false`. The default is `true`.