From 3108692119dec3eb09cfbc32fc84af4b501d9909 Mon Sep 17 00:00:00 2001 From: Alexandre Nicastro Date: Wed, 3 Jan 2018 13:47:15 -0200 Subject: [PATCH] docs: fix typo (change 'a' to 'an' - indefinite article) (#3741) --- website/source/docs/internals/replication.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/internals/replication.html.md b/website/source/docs/internals/replication.html.md index 3ce336a850..cc11b19232 100644 --- a/website/source/docs/internals/replication.html.md +++ b/website/source/docs/internals/replication.html.md @@ -90,7 +90,7 @@ will automatically reconcile with the primary. Lastly, clients can speak to any Vault server without a thick client. If a client is communicating with a standby instance, the request is automatically -forwarded to a active instance. Secondary clusters will service reads locally +forwarded to an active instance. Secondary clusters will service reads locally and forward any write requests to the primary cluster. The primary cluster is able to service all request types.