From 246f8de54672e2f9c295c6f683963bda92cf0485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Galv=C3=A3o?= Date: Wed, 5 Oct 2016 08:43:37 +0100 Subject: [PATCH] PULL_REQUEST_TEMPLATE.md: update to match main repo --- .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 ba5140573..2a1ea3634 100755 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,7 +6,7 @@ After making all changes to the cask: - [ ] `brew cask style --fix {{cask_file}}` reports no offenses. - [ ] The commit message includes the cask’s name and version. -Aditionally, **if adding a new cask**: +Additionally, **if adding a new cask**: - [ ] Named the cask according to the [token reference]. - [ ] `brew cask install {{cask_file}}` worked successfully.