Merge pull request #2938 from grubernaut/f-update-post-processor-sequence-docs

Grammar change
This commit is contained in:
Chris Bednarski 2015-11-13 11:10:43 -08:00
commit 2bf9cc6f29
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ sequence definition. Sequence definitions are used to chain together multiple
post-processors. An example is shown below, where the artifact of a build is
compressed then uploaded, but the compressed result is not kept.
It is very important that any post processors that need to be ran in order, be sequenced!
It is very important that any post processors that need to be run in order, be sequenced!
``` {.javascript}
{