فهرست منبع

CONTRIBUTING.md: fix typo

Change-Id: Id18341b27bb9509e2b0a0c19ebc998878766818c
(cherry picked from commit 48b3c0a3f8b35818952f61c38d89850eb8924b55)
Leo 4 سال پیش
والد
کامیت
a0450bd7c0
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      CONTRIBUTING.md

+ 2 - 2
CONTRIBUTING.md

@@ -113,8 +113,8 @@ changes A, B and C on a single branch:
 
 ... and submit all three using a single `git push origin HEAD:refs/for/main`. Gerrit will create a review
-.request for A, B and C, and it understands the relation chain between them. C can only be merged after B and
-.C, and merging C will automatically merge B and C as well.
+request for A, B and C, and it understands the relation chain between them. C can only be merged after B and
+C, and merging C will automatically merge B and C as well.
 
 This means that A can be reviewed, approved and merged before B and C are done. Other team members can then
 start building on A and avoid a "big scary merge". This workflow is often called **trunk-based development**.