Fix typo in CONTRIBUTING.md

This commit is contained in:
横云断岭 2018-08-22 19:04:07 +08:00 committed by Sam Brannen
parent 709b185177
commit c55a9072aa
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ Backports to prior versions will be considered on a case-by-case basis and refle
the fix version in the issue tracker.
1. Use short branch names, preferably based on the JIRA issue (e.g. `SPR-1234`), or
otherwise using succinct, lower-case, dash (-) delimited names, such as `fix-warnings'.
otherwise using succinct, lower-case, dash (-) delimited names, such as `fix-warnings`.
1. Choose the granularity of your commits consciously and squash commits that represent
multiple edits or corrections of the same logical change. See