From 21311d6b6455a1f4ce70708744f40f7137457ca8 Mon Sep 17 00:00:00 2001 From: sigmaSd Date: Wed, 12 Apr 2023 07:22:41 +0100 Subject: [PATCH] fix: typo (#4023) --- .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 c85733ff..baa1addb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -6,7 +6,7 @@ I prefixed the title with one of the following tags: - refactor: when moving code without adding any functionality - docs: on documentation updates -Aditionally you can specify the scope of the PR in parenthesis, ex `fix(cmp):` or `feat(which-key):` or `docs(readme):` +Additionally you can specify the scope of the PR in parenthesis, ex `fix(cmp):` or `feat(which-key):` or `docs(readme):` - I read the contributing guide [CONTRIBUTING.md](../CONTRIBUTING.md) - My code follows the style guidelines of this project