Skip to content

Commit

Permalink
Fix typo (hashicorp#3237)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensojona authored and Chris Hoffman committed Aug 25, 2017
1 parent 5271cf7 commit 3b4e933
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions website/source/api/system/replication-performance.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ $ curl \

## Demote Performance Primary

This endpoint demotes a performance primary cluster to a performance secondary.
This secondary cluster will not attempt to connect to a primary (see the update-primary call),
This endpoint demotes a performance primary cluster to a performance secondary.
This secondary cluster will not attempt to connect to a primary (see the update-primary call),
but will maintain knowledge of its cluster ID and can be reconnected to the same
replication set without wiping local storage.

Expand Down Expand Up @@ -228,9 +228,9 @@ $ curl \
## Create Mounts Filter

This endpoint is used to modify the mounts that are filtered to a secondary.
Filtering can be specified in whitelist mode or blacklist mode. In whitelist
mode the secret and auth mounts that are specified are included to the
selected secondary. In blacklist mode, the mouunt paths are excluded.
Filtering can be specified in whitelist mode or blacklist mode. In whitelist
mode the secret and auth mounts that are specified are included to the
selected secondary. In blacklist mode, the mount paths are excluded.

| Method | Path | Produces |
| :------- | :------------------------------------------------------- | :--------------------- |
Expand Down Expand Up @@ -366,7 +366,7 @@ $ curl \

This endpoint promotes the performance secondary cluster to performance primary.
For data safety and security reasons, new secondary tokens will need to be
issued to other secondaries, and there should never be more than one performance
issued to other secondaries, and there should never be more than one performance
primary at a time.

| Method | Path | Produces |
Expand Down

0 comments on commit 3b4e933

Please sign in to comment.