summaryrefslogtreecommitdiff
path: root/doc/source/reference/job_def.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/reference/job_def.rst')
-rw-r--r--doc/source/reference/job_def.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/job_def.rst b/doc/source/reference/job_def.rst
index b5fe63627..d90dbfc62 100644
--- a/doc/source/reference/job_def.rst
+++ b/doc/source/reference/job_def.rst
@@ -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.