diff options
author | Grey Baker <greysteil@gmail.com> | 2017-06-29 01:34:07 +0100 |
---|---|---|
committer | Grey Baker <greysteil@gmail.com> | 2017-06-29 01:34:07 +0100 |
commit | fd4ca1fa460c95fbc01fcb327cbfa5ae451751e0 (patch) | |
tree | 0bea9e572184b9b1826eb44544f6593ef9683324 /.github | |
parent | 54c87119d9a3fa7080cd0bef5fdc8efb521a5cbe (diff) | |
download | bundler-fd4ca1fa460c95fbc01fcb327cbfa5ae451751e0.tar.gz |
Fix typo in pull request template
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d4e516e860..67dfa5b2c6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ To make reviewing this PR a bit easier, please fill out answers to the following The problem was... -### Was was your diagnosis of the problem? +### What was your diagnosis of the problem? My diagnosis was... |