From 5319022c412fb46a299c53a2c8495b6c9c00f2f0 Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Mon, 16 Aug 2021 13:15:59 -0600 Subject: [PATCH] Typo fix 1 --- source/contributing/services/wrapper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/contributing/services/wrapper.rst b/source/contributing/services/wrapper.rst index e4ebad3..c76d1f0 100644 --- a/source/contributing/services/wrapper.rst +++ b/source/contributing/services/wrapper.rst @@ -37,6 +37,6 @@ The project structure should be used as a model: Submodule ========== -`Git sub-modules `_ 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 `_ 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 `` \ No newline at end of file