summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-25 01:43:31 -0400
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-06-25 03:04:58 -0400
commit4b499ba35a861560aa8dc53f4c2ed4cf44f2eabd (patch)
treed44ede6ef4a9298fc04c0fc095bcaacfda5c0e6c
parent6d4cbe0cc52b804cac76c9149d6d893b35da44c1 (diff)
downloadbuildstream-4b499ba35a861560aa8dc53f4c2ed4cf44f2eabd.tar.gz
doc/source/tutorial/autotools.rst: Consistent wording of "chapter"
We've been calling these tutorials "chapters", let's not start also calling them "sections".
-rw-r--r--doc/source/tutorial/autotools.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/tutorial/autotools.rst b/doc/source/tutorial/autotools.rst
index ddf490a38..4441cb938 100644
--- a/doc/source/tutorial/autotools.rst
+++ b/doc/source/tutorial/autotools.rst
@@ -6,7 +6,7 @@ In :ref:`the last chapter <tutorial_running_commands>` we observed how the
:mod:`manual <elements.manual>` element works, allowing one to specify and
run commands manually in the process of constructing an *artifact*.
-In this section, we'll go over a mostly automated build of a similar
+In this chapter, we'll go over a mostly automated build of a similar
hello world example. We will observe how our configurations of the
:mod:`autotools <elements.autotools>` element translate to configurations
on the :mod:`manual <elements.manual>` element, and observe how