typo in docs
This commit is contained in:
parent
8b9ed084b2
commit
2c89d086dc
|
@ -30,10 +30,10 @@ can be found in the [post-processors](/docs/post-processors) section.
|
||||||
|
|
||||||
# Run on Specific Builds
|
# 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
|
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
|
only run the post-processor on the specified builds and `except` will run the
|
||||||
post-provessor on anything other than the specified builds.
|
post-processor on anything other than the specified builds.
|
||||||
|
|
||||||
An example of `only` being used is shown below, but the usage of `except` is
|
An example of `only` being used is shown below, but the usage of `except` is
|
||||||
effectively the same:
|
effectively the same:
|
||||||
|
|
Loading…
Reference in New Issue