From b866ac50219bb8780e75a50589d193e6b5cc6455 Mon Sep 17 00:00:00 2001 From: roed314 Date: Tue, 7 Feb 2023 13:31:03 -0500 Subject: [PATCH] Fix typo --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5b4b97b68db..f4ce719dcb8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,7 +13,7 @@ body: - type: checkboxes attributes: label: Did you read the documentation and troubleshoot guide? - description: Please read [README.md](https://github.com/sagemath/sage/blob/develop/README.md) and [the Troubleshooting sectionin the Installation Guide](https://doc.sagemath.org/html/en/installation/troubles.html). + description: Please read [README.md](https://github.com/sagemath/sage/blob/develop/README.md) and [the Troubleshooting section in the Installation Guide](https://doc.sagemath.org/html/en/installation/troubles.html). options: - label: I have read the documentation and troubleshoot guide required: true