summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-12-24 23:31:36 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-12-24 23:31:36 +0200
commit422f54f8d6e1439c5c973220a1016a874a9201d4 (patch)
treeb386b65d5f1033468781557f43a32e3e71e5c45f
parentb128cf9553fadf8e539cc8de0624e6bba33e9732 (diff)
Fix a typo
-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 8180dc8a..913f9c35 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -12,7 +12,7 @@ by checking the relevant checkboxes):
- [ ] All code passes the linter (`make lint`) which is based on [`elisp-lint`](https://github.com/gonewest818/elisp-lint) and includes
- [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.
- [ ] You've updated the [changelog](../blob/master/CHANGELOG.md) (if adding/changing user-visible functionality)
-- [ ] You've updated the [user manual](../blog/master/doc) (if adding/changing user-visible functionality)
+- [ ] You've updated the [user manual](../blob/master/doc) (if adding/changing user-visible functionality)
Thanks!