From c55a9072aa7c95796d67b7322b3bed4c26890f60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A8=AA=E4=BA=91=E6=96=AD=E5=B2=AD?= Date: Wed, 22 Aug 2018 19:04:07 +0800 Subject: [PATCH] Fix typo in CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8679c09c6cc0..1fd71cd67d57 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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