Fix another code review grammar issue

This commit is contained in:
Daniel A. Wozniak 2023-12-18 09:36:15 -07:00 committed by Daniel Wozniak
parent 80a6efb608
commit a49554a4d3

View file

@ -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