diff --git a/README.md b/README.md index 511e95a..09897ba 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ vault: It is recommended to specify only a single url in `vault.nodes.urls` which always points to the current leader (e.g. to `http(s)://vault-active..svc.cluster.local:` when using the vault-helm chart) and to disable the automatic leader detection by not specifying `nodes.autoDetectLeader` or setting it to `false`. If automatic leader detection is enabled the response of [vault's /sys/leader-api-endpoint](https://developer.hashicorp.com/vault/api-docs/system/leader) must return a `leaderAddress` reachable by the agent. -If you specify multiple urls in `vault.nodes.urls` without enabling `vault.nodes.autoDetectLeader`, the agent contacts each node and check whether it is the current leader. +If you specify multiple urls in `vault.nodes.urls` without enabling `vault.nodes.autoDetectLeader`, the agent contacts each node until one reports that it is is the current leader. ### Vault authentication