diff options
author | Justin Shillingford <jgs272@cornell.edu> | 2020-07-02 13:29:15 -0400 |
---|---|---|
committer | Justin Shillingford <jgs272@cornell.edu> | 2020-07-02 13:29:15 -0400 |
commit | 2b49f3ada705b1909b9dc600c96bbc3bc38000bc (patch) | |
tree | 7ee34ae587d6c05b03f5a4c00f39a516c0e4498b /.github | |
parent | f9a5c224a0e8f3a27eded9f73c2ff0c92aecb24b (diff) |
Misspelled 'succinct' lol 😅
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 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? |