summaryrefslogtreecommitdiffstats
path: root/doc/source/definition.rst
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2020-02-03 23:46:57 +0100
committerMattia Rizzolo <mattia@mapreri.org>2020-02-03 23:46:57 +0100
commitd69208c0c460e7bb12e7c6bccc4c1ae0c8aa5cad (patch)
tree3adc8b5b0c61f0411e38489c1effb5c30f3029be /doc/source/definition.rst
parent29b87957539b34313778f6d31a922ccf53645aac (diff)
downloadpython-jenkins-job-builder-d69208c0c460e7bb12e7c6bccc4c1ae0c8aa5cad.tar.gz
python-jenkins-job-builder-d69208c0c460e7bb12e7c6bccc4c1ae0c8aa5cad.tar.xz
python-jenkins-job-builder-d69208c0c460e7bb12e7c6bccc4c1ae0c8aa5cad.zip
Fix some typos in documentation
Change-Id: I67d82228bb37b8b4634c07e76a421964e227c3cb Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
Diffstat (limited to 'doc/source/definition.rst')
-rw-r--r--doc/source/definition.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/definition.rst b/doc/source/definition.rst
index 6e63f83d..978d620b 100644
--- a/doc/source/definition.rst
+++ b/doc/source/definition.rst
@@ -577,7 +577,7 @@ and replace them with the empty string instead.
Refer to :ref:`default-values` for details on setting variable defaults.
-Variable Inheritence
+Variable Inheritance
^^^^^^^^^^^^^^^^^^^^
It is possible in JJB to define defaults for variables at different levels such
@@ -624,7 +624,7 @@ When a project wants to use a job-template it can use override it as follows:
This is the standard way that most folks use and it will set ``branch: master``
for every job-template in the list. However sometimes we may want to provide an
alternative value for a specific job in the list. In this case the more
-specific declaration takes precendence:
+specific declaration takes precedence:
.. code-block:: yaml