summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby Wertman <CasualSuperman@users.noreply.github.com>2022-12-26 20:22:32 -0500
committerGitHub <noreply@github.com>2022-12-27 02:22:32 +0100
commit45df14a2e05573e6213ce789aa3278f4f30fa54f (patch)
tree52f2e2648dc6e5ee9e4cf84322c4dbe2678b3ec6
parent754c54d3d6fb4346ed2c47db1f9757bd6ccfb473 (diff)
downloadansible-45df14a2e05573e6213ce789aa3278f4f30fa54f.tar.gz
Fix spelling of "triple" in Issue Templates (#79628)
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml6
-rw-r--r--.github/ISSUE_TEMPLATE/documentation_report.yml4
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index 51942e02b0..0aba372b8c 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -96,7 +96,7 @@ body:
label: Ansible Version
description: >-
Paste verbatim output from `ansible --version` below, under
- the prompt line. Please don't wrap it with tripple backticks — your
+ the prompt line. Please don't wrap it with triple backticks — your
whole input will be turned into a code snippet automatically.
render: console
value: |
@@ -121,7 +121,7 @@ body:
description: >-
Paste verbatim output from `ansible-config dump --only-changed -t all` below, under the prompt line.
(if using a version older than ansible-core 2.12 you should omit the '-t all')
- Please don't wrap it with tripple backticks — your
+ Please don't wrap it with triple backticks — your
whole input will be turned into a code snippet automatically.
render: console
value: |
@@ -193,7 +193,7 @@ body:
description: |
Describe what actually happened. If possible run with extra verbosity (`-vvvv`).
- Paste verbatim command output and don't wrap it with tripple backticks — your
+ Paste verbatim command output and don't wrap it with triple backticks — your
whole input will be turned into a code snippet automatically.
render: console
placeholder: >-
diff --git a/.github/ISSUE_TEMPLATE/documentation_report.yml b/.github/ISSUE_TEMPLATE/documentation_report.yml
index edfe02721c..f08809c495 100644
--- a/.github/ISSUE_TEMPLATE/documentation_report.yml
+++ b/.github/ISSUE_TEMPLATE/documentation_report.yml
@@ -106,7 +106,7 @@ body:
label: Ansible Version
description: >-
Paste verbatim output from `ansible --version` below, under
- the prompt line. Please don't wrap it with tripple backticks — your
+ the prompt line. Please don't wrap it with triple backticks — your
whole input will be turned into a code snippet automatically.
render: console
value: |
@@ -131,7 +131,7 @@ body:
description: >-
Paste verbatim output from `ansible-config dump --only-changed -t all` below, under the prompt line.
(if using a version older than ansible-core 2.12 you should omit the '-t all')
- Please don't wrap it with tripple backticks — your
+ Please don't wrap it with triple backticks — your
whole input will be turned into a code snippet automatically.
render: console
value: |