From f122de8942b53e69cd84f33a489facc411d13329 Mon Sep 17 00:00:00 2001 From: David Farrell Date: Thu, 5 Nov 2020 08:47:54 -0800 Subject: [PATCH] Typos --- docs/development.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/development.rst b/docs/development.rst index fd9ec493..5897337c 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -116,8 +116,8 @@ the pre-commit script in the following manner: BASH_IT='' pre-commit -Doing this will help the schellcheck checker identify source includes -within your scripts that require a ``shellcheck sourc=`` directive. +Doing this will help the shellcheck checker identify source includes +within our scripts that require a ``source`` directive. Although not vital, these issues are likely to come up later within the CI pipeline. @@ -127,4 +127,4 @@ Catching and fixing them before creating a PR could save some time. For more information: - `Shellcheck SC1090 - Can't follow non-constant - source `__ + source `_