From c389b77e4208f214c115fc3991d17e4339fce579 Mon Sep 17 00:00:00 2001 From: Ty D Date: Wed, 19 Jun 2024 12:18:19 -0700 Subject: [PATCH] Fix: Typo "suit" --> "suite" --- .github/ISSUE_TEMPLATE/bug-template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-template.yaml b/.github/ISSUE_TEMPLATE/bug-template.yaml index 318a727bcfd9..fcba70276e53 100644 --- a/.github/ISSUE_TEMPLATE/bug-template.yaml +++ b/.github/ISSUE_TEMPLATE/bug-template.yaml @@ -68,7 +68,7 @@ body: - Commands used to start your local dev server, including custom env and cli args - Steps to be performed in the browser, curl commands, or a test we can run that reliably fails (at least a percent of the time) - A git repo we can clone and run a test suit on, or which has a README with step-by-step instructions, is even better. In this case, please use the field below to provide a link to the minimal repro. + A git repo we can clone and run a test suite on, or which has a README with step-by-step instructions, is even better. In this case, please use the field below to provide a link to the minimal repro. validations: required: true - type: input