summaryrefslogtreecommitdiffstats
path: root/docs/container_groups.md
diff options
context:
space:
mode:
authorJoel Tenta <joeltenta@gmail.com>2021-12-09 13:52:00 +0100
committerLila Yasin <djyasin.ly@gmail.com>2023-05-24 16:06:42 +0200
commitf46c7452d1d1cc8cc52226a9ecc406e0c8f66327 (patch)
tree1e8745c784befb43034696bd50b0073b44d958db /docs/container_groups.md
parentUpdated sqlparse library (#13962) (diff)
downloadawx-f46c7452d1d1cc8cc52226a9ecc406e0c8f66327.tar.xz
awx-f46c7452d1d1cc8cc52226a9ecc406e0c8f66327.zip
Spelling and codespelling corrections from community PR
- Made the choice not to pull in the CI tools due to the possibility of it blocking PRs. Co-Authored By: Lila Yasin <89486372+djyasin@users.noreply.github.com>
Diffstat (limited to 'docs/container_groups.md')
-rw-r--r--docs/container_groups.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/container_groups.md b/docs/container_groups.md
index 6b0f85ca2d..2386c67948 100644
--- a/docs/container_groups.md
+++ b/docs/container_groups.md
@@ -7,7 +7,7 @@ provisioned on-demand as a Pod that exists only for the duration of
the playbook run. This is known as the ephemeral execution model and
ensures a clean environment for every job run.
-In some cases it is desireable to have the execution environment be "always-on",
+In some cases it is desirable to have the execution environment be "always-on",
this is is done by manually creating an instance through the AWX API or UI.