summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2020-05-31 15:44:10 -0400
committercjihrig <cjihrig@gmail.com>2020-06-01 21:05:29 -0400
commitb1704e43475d0af2019c1cb1da1cd610473168d6 (patch)
treecef9302e3420ce641bf22d3c1755f66e779c395d /.github/ISSUE_TEMPLATE
parent70e2cd7860e5046203362d36da230ae5d54fe109 (diff)
downloadnode-new-b1704e43475d0af2019c1cb1da1cd610473168d6.tar.gz
meta: fix a typo in the flaky test template
"occasionally" was spelled incorrectly. PR-URL: https://github.com/nodejs/node/pull/33677 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Zeyu Yang <himself65@outlook.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md
index 25ebd736e1..544c9d5f47 100644
--- a/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md
+++ b/.github/ISSUE_TEMPLATE/4-report-a-flaky-test.md
@@ -8,9 +8,9 @@ labels: "CI / flaky test"
<!--
Thank you for reporting a flaky test.
-Flaky tests are tests that fail occaisonally in Node.js CI, but not consistently
-enough to block PRs from landing, or that are failing in CI jobs or test modes
-that are not run for every PR.
+Flaky tests are tests that fail occasionally in the Node.js CI, but not
+consistently enough to block PRs from landing, or that are failing in CI jobs or
+test modes that are not run for every PR.
Please fill in as much of the template below as you're able.