From a49554a4d368ba9a0d3bea5bdf077756b0b5332e Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Mon, 18 Dec 2023 09:36:15 -0700 Subject: [PATCH] Fix another code review grammar issue --- doc/ref/configuration/master.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/ref/configuration/master.rst b/doc/ref/configuration/master.rst index a1f0602cf930..0b3d3e247674 100644 --- a/doc/ref/configuration/master.rst +++ b/doc/ref/configuration/master.rst @@ -217,7 +217,7 @@ also forward it's local event bus to other masters defined by ``cluster_peers`` .. versionadded:: 3007 -When ``cluster_id`` is defined. this setting is a list of other master +When ``cluster_id`` is defined, this setting is a list of other master (hostnames or ips) that will be in the cluster. .. code-block:: yaml @@ -233,7 +233,10 @@ When ``cluster_id`` is defined. this setting is a list of other master .. versionadded:: 3007 -When ``cluster_id`` is defined. This sets the location of where this cluster will store it's cluster publich and private key as well as any minion keys. This setting will default to the value of ``pki_dir``, but should be changed filesystem location shared between peers in the cluster. +When ``cluster_id`` is defined, this sets the location of where this cluster +will store its cluster public and private key as well as any minion keys. This +setting will default to the value of ``pki_dir``, but should be changed +to the filesystem location shared between peers in the cluster. .. code-block:: yaml