Skip to content

Commit 14020c5

Browse files
committed
Minor cluster coordination docs fixes (#42111)
Fixes a typo and a badly-formatted warning.
1 parent eb8f171 commit 14020c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/modules/discovery/discovery-settings.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Discovery and cluster formation are also affected by the following
3939
_expert-level_ settings, although it is not recommended to change any of these
4040
from their default values.
4141

42-
[WARNING] If you adjust these settings then your cluster may not form correctly
42+
WARNING: If you adjust these settings then your cluster may not form correctly
4343
or may become unstable or intolerant of certain failures.
4444

4545
`discovery.cluster_formation_warning_timeout`::

docs/reference/setup/important-settings/heap-size.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Elasticsearch will assign the entire heap specified in
99
<<jvm-options,jvm.options>> via the `Xms` (minimum heap size) and `Xmx` (maximum
1010
heap size) settings.
1111

12-
The value for these setting depends on the amount of RAM available on your
12+
The value for these settings depends on the amount of RAM available on your
1313
server. Good rules of thumb are:
1414

1515
* Set the minimum heap size (`Xms`) and maximum heap size (`Xmx`) to be equal to

0 commit comments

Comments
 (0)