Skip to content

Commit 422f54f

Browse files
committed
Fix a typo
1 parent b128cf9 commit 422f54f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ by checking the relevant checkboxes):
1212
- [ ] All code passes the linter (`make lint`) which is based on [`elisp-lint`](https://github.com/gonewest818/elisp-lint) and includes
1313
- [byte-compilation](https://www.gnu.org/software/emacs/manual/html_node/elisp/Byte-Compilation.html), [`checkdoc`](https://www.gnu.org/software/emacs/manual/html_node/elisp/Tips.html), [check-declare](https://www.gnu.org/software/emacs/manual/html_node/elisp/Declaring-Functions.html), packaging metadata, indentation, and trailing whitespace checks.
1414
- [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality)
15-
- [ ] You've updated the [user manual](../blog/master/doc) (if adding/changing user-visible functionality)
15+
- [ ] You've updated the [user manual](../blob/master/doc) (if adding/changing user-visible functionality)
1616

1717
Thanks!
1818

0 commit comments

Comments
 (0)