From b89609cefbffd05eb7786176ae7fdb5223c75158 Mon Sep 17 00:00:00 2001 From: Tomoaki Kawada Date: Sat, 12 Oct 2024 21:37:37 +0900 Subject: [PATCH] Update documentation.md (#3591) Fixes a typo in the issue template. --- .github/ISSUE_TEMPLATE/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 7acc4951a..6403d2dab 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -11,7 +11,7 @@ assignees: '' This is about: - [ ] A typo -- [ ] Innaccurate/misleading documentation (e.g. technically incorrect advice) +- [ ] Inaccurate/misleading documentation (e.g. technically incorrect advice) - [ ] Undocumented code - [ ] Outdated documentation - [ ] Other