Typo fix 1

This commit is contained in:
kn0wmad
2021-08-16 13:15:59 -06:00
parent 6d8fe7bf20
commit 5319022c41

View File

@@ -37,6 +37,6 @@ The project structure should be used as a model:
Submodule
==========
`Git sub-modules <https://www.git-scm.com/book/en/v2/Git-Tools-Submodules>`_ allow use of another project while in the working project directory. Setting up this feature enables linking of the source service repository so that it's context is available.
`Git sub-modules <https://www.git-scm.com/book/en/v2/Git-Tools-Submodules>`_ allow use of another project while in the working project directory. Setting up this feature enables linking of the source service repository so that its context is available.
Run ``git submodule add <link_to_source_project>``