doc fix: containes -> contains

Change-Id: I32b0316aef67c14e0ae03b952477b102769e2b84
This commit is contained in:
vass 2020-04-23 11:16:03 +02:00
parent 37a7e372c4
commit e6ebadeb28
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ Here is an example of two job definitions:
or *soft* dependency. A *hard* dependency will cause an
error if the specified job is not run. That is, if job B
depends on job A, but job A is not run for any reason (for
example, it containes a file matcher which does not match),
example, it contains a file matcher which does not match),
then Zuul will not run any jobs and report an error. A
*soft* dependency will simply be ignored if the dependent job
is not run.