aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJustin Shillingford <jgs272@cornell.edu>2020-07-02 13:29:15 -0400
committerJustin Shillingford <jgs272@cornell.edu>2020-07-02 13:29:15 -0400
commit2b49f3ada705b1909b9dc600c96bbc3bc38000bc (patch)
tree7ee34ae587d6c05b03f5a4c00f39a516c0e4498b /.github
parentf9a5c224a0e8f3a27eded9f73c2ff0c92aecb24b (diff)
Misspelled 'succinct' lol 😅
Diffstat (limited to '.github')
-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 e54b4f28..57ee2533 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -8,7 +8,7 @@
<!--- Describe your changes in detail -->
## Packages added (using `yarn add` or `yarn add --dev`)
-<!--- List all packages that were added in this PR and provide a succint explanation of their use cases -->
+<!--- List all packages that were added in this PR and provide a succinct explanation of their use cases -->
- **package-name** — Use case of package within project
## How Has This Been Tested?