docs: spellcheck fix for multiregion (#8286)

This commit is contained in:
Tim Gross 2020-06-25 12:56:40 -04:00 committed by GitHub
parent 9b657b5e5e
commit d1f3c40098
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ job "docs" {
A single region deployment using one of the various [upgrade strategies]
begins in the `running` state, and ends in the `successful` state, the
`cancelled` state (if another deployment supercedes it before it it's
`canceled` state (if another deployment supersedes it before it it's
complete), or the `failed` state. A failed single region deployment may
automatically revert to the previous version of the job if its `update`
stanza has the [`auto_revert`][update-auto-revert] setting.