summary refs log tree commit diff
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorCraig Hall <gloaming@users.noreply.github.com>2019-07-01 11:22:48 +0100
committerGitHub <noreply@github.com>2019-07-01 11:22:48 +0100
commitd096030d07b59e84b3e9551bc64aa2442d23caf5 (patch)
treeddc10f89325bddc38e49627c7aace2f1bb6830e7 /.github/PULL_REQUEST_TEMPLATE.md
parent4cfef3262c3c8ffab9d6c232d02ff3e986e4c2fc (diff)
PULL_REQUEST_TEMPLATE: "Assured whether" -> "Ensured that"
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 834a2e81c1322..5e8b84f3ce8e5 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -15,7 +15,7 @@
 - [ ] Tested compilation of all pkgs that depend on this change using `nix-shell -p nix-review --run "nix-review wip"`
 - [ ] Tested execution of all binary files (usually in `./result/bin/`)
 - [ ] Determined the impact on package closure size (by running `nix path-info -S` before and after)
-- [ ] Assured whether relevant documentation is up to date
+- [ ] Ensured that relevant documentation is up to date
 - [ ] Fits [CONTRIBUTING.md](https://github.com/NixOS/nixpkgs/blob/master/.github/CONTRIBUTING.md).
 
 ---