typo in docs

This commit is contained in:
Megan Marsh 2020-06-05 12:44:32 -07:00
parent 8b9ed084b2
commit 2c89d086dc
1 changed files with 3 additions and 3 deletions

View File

@ -30,10 +30,10 @@ can be found in the [post-processors](/docs/post-processors) section.
# Run on Specific Builds
You can use the `only` or `except` configurations to run a post-provessor only
You can use the `only` or `except` configurations to run a post-processor only
with specific builds. These two configurations do what you expect: `only` will
only run the post-provessor on the specified builds and `except` will run the
post-provessor on anything other than the specified builds.
only run the post-processor on the specified builds and `except` will run the
post-processor on anything other than the specified builds.
An example of `only` being used is shown below, but the usage of `except` is
effectively the same: