mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-09 08:55:13 -04:00
Fix typos (#4813)
This commit is contained in:
parent
a1a3ca0951
commit
ae72826be1
1 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ This guide walk through the following operations:
|
|||
|
||||
1. Enable DR replication on the **primary** cluster by invoking **`/sys/replication/dr/primary/enable`** endpoint.
|
||||
|
||||
**Eaxmple:**
|
||||
**Example:**
|
||||
|
||||
```plaintext
|
||||
$ curl --header "X-Vault-Token: ..." \
|
||||
|
|
@ -131,7 +131,7 @@ This guide walk through the following operations:
|
|||
|
||||
1. Generate a secondary token by invoking **`/sys/replication/dr/primary/secondary-token`** endpoint.
|
||||
|
||||
**Eaxmple:**
|
||||
**Example:**
|
||||
|
||||
```plaintext
|
||||
$ curl --header "X-Vault-Token: ..." \
|
||||
|
|
|
|||
Loading…
Reference in a new issue