From 6b4bc4a8fbf5b46b5f55e69ea3d5bb08e81ea573 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Thu, 23 Jan 2025 08:26:07 -0500 Subject: [PATCH] docs: fix typo in pull request template --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b69477e3..d540f84e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,7 +20,7 @@ Closes #... - You have a descriptive, semantic commit messages with a short title (first line). E.g. `fix(calibration): fix calibration dialog buttons` - - Provide a description of your changes, wih screenshots if possible + - Provide a description of your changes, with screenshots if possible - Put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such).