From b813e59ef67d441e8a7ef2b28989aacc0be74ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=B9=E6=89=8D=E6=B8=85?= Date: Tue, 1 Jul 2025 11:24:57 +0800 Subject: [PATCH] fix CONTRIBUTING.md spelling mistake --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3386e8c9d0..0458764bc26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ To submit a change for inclusion, please do the following: ### Squash commits -If your have a pull request on GitHub, and updated more than once, it's better to squash all commits. +If you have a pull request on GitHub, and updated more than once, it's better to squash all commits. 1. Identify how many commits you made since you began: ``git log``. 2. Squash these commits by N: ``git rebase -i HEAD~N`` .