From a1a3ca0951b196a74bd118c87f2579cdf2d00a3f Mon Sep 17 00:00:00 2001 From: Yoko Date: Thu, 21 Jun 2018 11:11:30 -0700 Subject: [PATCH] Fixed a typo (#4812) --- .../source/guides/operations/disaster-recovery.html.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/guides/operations/disaster-recovery.html.md b/website/source/guides/operations/disaster-recovery.html.md index f65876022a..33b4bd757e 100644 --- a/website/source/guides/operations/disaster-recovery.html.md +++ b/website/source/guides/operations/disaster-recovery.html.md @@ -36,7 +36,7 @@ replication setup. ## Reference Materials - [Performance Replication and Disaster Recovery (DR) Replication](/docs/enterprise/replication/index.html#performance-replication-and-disaster-recovery-dr-replication) -- [DR Repolication API](/api/system/replication-dr.html) +- [DR Replication API](/api/system/replication-dr.html) - [Replication Setup & Guidance](/guides/operations/replication.html) - [Vault HA guide](/guides/operations/vault-ha-consul.html) @@ -199,7 +199,7 @@ The following operations must be performed on the DR secondary cluster. ```plaintext WARNING! The following warnings were returned from Vault: - * Vault has succesfully found secondary information; it may take a while to + * Vault has successfully found secondary information; it may take a while to perform setup tasks. Vault will be unavailable until these tasks and initial sync complete. ``` @@ -229,7 +229,7 @@ The following operations must be performed on the DR secondary cluster. "data": null, "wrap_info": null, "warnings": [ - "Vault has succesfully found secondary information; it may take a while + "Vault has successfully found secondary information; it may take a while to perform setup tasks. Vault will be unavailable until these tasks and initial sync complete." ], @@ -280,7 +280,7 @@ secondary cluster. The process, outlined below using API calls, is the similar t 1. Start the DR operation token generation process by invoking **`/sys/replication/dr/secondary/generate-operation-token/attempt`** endpoint. - **Eaxmple:** + **Example:** ```plaintext $ tee payload.json <