summaryrefslogtreecommitdiffstats
path: root/doc/source/definition.rst
diff options
context:
space:
mode:
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