Skip to content

Commit 093b0f1

Browse files
committed
Supervised failover: typo
1 parent b097b94 commit 093b0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/concepts/replication/supervised_failover.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Supervised failover
1111
**Example on GitHub**: `supervised_failover <https://github.com/tarantool/doc/tree/latest/doc/code_snippets/snippets/replication/instances.enabled/supervised_failover>`_
1212

1313
Tarantool provides the ability to control leadership in a replica set using an external failover coordinator.
14-
A failover coordinator reads a cluster configuration from a file or an :ref:`etcd-based configuration storage <configuration_etcd>`, polls instances for their statuses, and appoints a leader for each replica set depending on availability and health or instances.
14+
A failover coordinator reads a cluster configuration from a file or an :ref:`etcd-based configuration storage <configuration_etcd>`, polls instances for their statuses, and appoints a leader for each replica set depending on availability and health of instances.
1515
To increase fault tolerance, you can run two or more failover coordinators and store their state in etcd.
1616

1717

0 commit comments

Comments
 (0)