diff options
author | cjihrig <cjihrig@gmail.com> | 2020-05-31 15:44:10 -0400 |
---|---|---|
committer | Shelley Vohr <shelley.vohr@gmail.com> | 2020-06-30 09:33:57 -0700 |
commit | fcf6c175f7419d7df0c1b5d15a5765c9ca96bbcf (patch) | |
tree | 5405970ec07fe9e0ed6dadac440df3f7676854f7 /.github | |
parent | 449aa30212b6a81a8de92c3c9cea82cccc74736e (diff) | |
download | node-new-fcf6c175f7419d7df0c1b5d15a5765c9ca96bbcf.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')
-rw-r--r-- | .github/ISSUE_TEMPLATE/4-report-a-flaky-test.md | 6 |
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. |