Skip to content

Commit 73be282

Browse files
authored
Merge pull request #2378 from rabbitmq/copilot/implement-suggestion-2376
Fix typo in quorum queues documentation: "can controlled" → "can be controlled"
2 parents edaacd2 + e4a77eb commit 73be282

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/quorum-queues/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ When a new quorum queue is declared, the set of nodes that will host its
735735
members is randomly picked, but will always include the node the client that
736736
declares the queue is connected to.
737737

738-
Which replica becomes the initial leader can controlled using three options:
738+
Which replica becomes the initial leader can be controlled using three options:
739739

740740
1. Setting the `queue-leader-locator` [policy](./policies) key (recommended)
741741
2. By defining the `queue_leader_locator` key in [the configuration file](./configure#configuration-files) (recommended)

versioned_docs/version-3.13/quorum-queues/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ be reasonably evenly distributed across cluster nodes.
470470
When a new quorum queue is declared, the set of nodes that will host its
471471
replicas is randomly picked, but will always include the node the client that declares the queue is connected to.
472472

473-
Which replica becomes the initial leader can controlled using three options:
473+
Which replica becomes the initial leader can be controlled using three options:
474474

475475
1. Setting the `queue-leader-locator` [policy](./policies) key (recommended)
476476
2. By defining the `queue_leader_locator` key in [the configuration file](./configure#configuration-files) (recommended)

versioned_docs/version-4.0/quorum-queues/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ When a new quorum queue is declared, the set of nodes that will host its
735735
members is randomly picked, but will always include the node the client that
736736
declares the queue is connected to.
737737

738-
Which replica becomes the initial leader can controlled using three options:
738+
Which replica becomes the initial leader can be controlled using three options:
739739

740740
1. Setting the `queue-leader-locator` [policy](./policies) key (recommended)
741741
2. By defining the `queue_leader_locator` key in [the configuration file](./configure#configuration-files) (recommended)

versioned_docs/version-4.1/quorum-queues/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,7 @@ When a new quorum queue is declared, the set of nodes that will host its
735735
members is randomly picked, but will always include the node the client that
736736
declares the queue is connected to.
737737

738-
Which replica becomes the initial leader can controlled using three options:
738+
Which replica becomes the initial leader can be controlled using three options:
739739

740740
1. Setting the `queue-leader-locator` [policy](./policies) key (recommended)
741741
2. By defining the `queue_leader_locator` key in [the configuration file](./configure#configuration-files) (recommended)

0 commit comments

Comments
 (0)