From 911c270761d3c77d65327ec1684d23df1d993f37 Mon Sep 17 00:00:00 2001 From: Trey Davis Date: Fri, 31 Mar 2023 13:06:34 -0500 Subject: [PATCH] Minor typo fixes --- .github/PULL_REQUEST_TEMPLATE/bug_fix.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md index daefef0..3f207fb 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix.md @@ -9,7 +9,7 @@ assignees: '' ### Before submitting a *pull request* make sure you have -- [ ] Checked that there is no [opene issue](https://github.com/selfhosters/unRAID-CA-templates/issues?q=is%3Aissue+is%3Aopen). +- [ ] Checked that there is no [open issue](https://github.com/selfhosters/unRAID-CA-templates/issues?q=is%3Aissue+is%3Aopen). - [ ] A member from [Templaters team](https://github.com/orgs/selfhosters/teams/templaters/members) has not acknowledged this issue elsewhere. ---