From 6d8fe7bf2029bd0c4c145a390808da38e25acb01 Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Mon, 16 Aug 2021 12:45:11 -0600 Subject: [PATCH 1/3] Typo fix --- source/contributing/services/overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/contributing/services/overview.rst b/source/contributing/services/overview.rst index 978b1d8..dd4d9f3 100644 --- a/source/contributing/services/overview.rst +++ b/source/contributing/services/overview.rst @@ -67,7 +67,7 @@ This DSL is utilized in the :ref:`config rules ` and :ref:`depende Manifest -------- -This file describes the service and it's requirements. It is used to: +This file describes the service and its requirements. It is used to: - create a listing in the marketplace - denote any installation considerations From 5319022c412fb46a299c53a2c8495b6c9c00f2f0 Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Mon, 16 Aug 2021 13:15:59 -0600 Subject: [PATCH 2/3] 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 From fa5afb87f9eeabb61dd048392597704d5b3119db Mon Sep 17 00:00:00 2001 From: kn0wmad Date: Mon, 16 Aug 2021 15:49:16 -0600 Subject: [PATCH 3/3] Typo fix 2 --- 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 c76d1f0..aa84887 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 its context is available. +`Git 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 `` \ No newline at end of file