summaryrefslogtreecommitdiff
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorsigmaSd <[email protected]>2023-04-12 07:22:41 +0100
committerGitHub <[email protected]>2023-04-12 08:22:41 +0200
commit21311d6b6455a1f4ce70708744f40f7137457ca8 (patch)
treedc8c290b4de4e97f632b685ed00e9e14d63f33d6 /.github/pull_request_template.md
parent2d373036493b3a61ef24d98efdeecbe8e74467be (diff)
fix: typo (#4023)
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md2
1 files changed, 1 insertions, 1 deletions
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