Skip to content

Commit

Permalink
Fix another code review grammar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Dec 18, 2023
1 parent 80a6efb commit a49554a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/ref/configuration/master.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a49554a

Please sign in to comment.