diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ff3ff01..e7114dc 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ ## Checklist - [ ] Adhered to the `stylua.toml`. - [ ] Used only camelCase variable names. -- [ ] If functionaltiy is added or modified, also made respective changes to the readme. +- [ ] If functionality is added or modified, also made respective changes to the readme. - [ ] Used conventional commits keywords.