summaryrefslogtreecommitdiff
path: root/doc/source/tutorial/first-project.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/tutorial/first-project.rst')
-rw-r--r--doc/source/tutorial/first-project.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/tutorial/first-project.rst b/doc/source/tutorial/first-project.rst
index 1791b198b..18df85bb7 100644
--- a/doc/source/tutorial/first-project.rst
+++ b/doc/source/tutorial/first-project.rst
@@ -73,7 +73,7 @@ The element
~~~~~~~~~~~
The :mod:`import <elements.import>` element can be used to simply add content
directly to the output artifacts. In this case, it simply takes the ``hello.world`` file
-provided by it's source and stages it directly to the artifact output root.
+provided by its source and stages it directly to the artifact output root.
.. tip::