From a5eaa15cda967aa034c31527b94ccf83a21a1b8f Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Fri, 2 Feb 2024 11:22:54 -0500 Subject: [PATCH] Fix typo in submodule section title Fixed the header typo, in addition to a few other small changes to improve readability. QA Steps: Built site, edited with spellcheck and linter. No issue, small fix. Signed-off-by: Katrina Prosise --- source/user-guide/submodule/submodule.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/user-guide/submodule/submodule.rst b/source/user-guide/submodule/submodule.rst index 8b8f0ed86..75cdb76ba 100644 --- a/source/user-guide/submodule/submodule.rst +++ b/source/user-guide/submodule/submodule.rst @@ -12,11 +12,11 @@ Each team works in their own repository and each repository is added as a submod .. tip:: The steps to add a submodule can be adapted for other git repository hosting services. -Create a GithHub Repository +Create a GitHub Repository --------------------------- Go to GitHub_ and create a new repo. -You can choose to use a private or a public repository, each involves separate steps: +You can choose to use a private or public repository, each involves separate steps: .. tabs:: @@ -229,7 +229,7 @@ Name it with ``FOUNDRIES_API_TOKEN``, paste your ```` on Value and click Action Token -Create the ``.github/workflows/source-fio-update.yml`` inside your GitHub application repo. +Create ``.github/workflows/source-fio-update.yml`` inside your GitHub application repo. Follow the example below and make sure you update ```` with your Factory, and ```` with your submodule folder. .. prompt:: bash host:~$, auto @@ -261,7 +261,7 @@ Follow the example below and make sure you update ```` with your F submodule-path: "./" remote-branch: ${{ github.ref }} -Add and commit your GitHub Action: +Add then commit your GitHub Action: .. prompt:: bash host:~$, auto