Skip to content

Commit

Permalink
Simple typos (#9119)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffHemmen authored and andaley committed Jul 17, 2020
1 parent 9febf13 commit d6e09db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/api-docs/system/rekey.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ and starting a new rekey, which will also provide a new nonce.
key is not actually rotated. The new keys must be provided to authorize the
actual rotation of the master key. This ensures that the new keys have been
successfully saved and protects against a risk of the keys being lost after
rotation but before they can be persisted. This can be used with without
rotation but before they can be persisted. This can be used with or without
`pgp_keys`, and when used with it, it allows ensuring that the returned keys
can be successfully decrypted before committing to the new shares, which the
backup functionality does not provide.
Expand Down Expand Up @@ -282,7 +282,7 @@ The `nonce` for the current rekey operation is also displayed.
This endpoint cancels any in-progress rekey verification operation. This clears
any progress made and resets the nonce. Unlike a `DELETE` against
`sys/rekey/init`, this only resets the current verification operation, not the
entire rekey atttempt. The return value is the same as `GET` along with the new
entire rekey attempt. The return value is the same as `GET` along with the new
nonce.

| Method | Path |
Expand Down

0 comments on commit d6e09db

Please sign in to comment.