From 1f55ee4b27de7e2716e8e0b4d15f510fa2ec6064 Mon Sep 17 00:00:00 2001 From: Mohammad Faisal Date: Fri, 21 Sep 2018 18:37:52 +0600 Subject: [PATCH] Fix typos (#12360) --- docs/react/contributing.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/contributing.en-US.md b/docs/react/contributing.en-US.md index 82beef1edc..e9d0284b7b 100644 --- a/docs/react/contributing.en-US.md +++ b/docs/react/contributing.en-US.md @@ -16,7 +16,7 @@ All work on Ant Design happens directly on [GitHub](https://github.com/ant-desig ## Branch Organization -According to our [release schedule](changelog#Release-Schedule), we maintians two branchs `master` and `feature`. If you send a bugfix pull request, please do it against the `master` branch, if it's a feature pull request, please do it against the `feature` branch. +According to our [release schedule](changelog#Release-Schedule), we maintain two branches, `master` and `feature`. If you send a bugfix pull request, please do it against the `master` branch, if it's a feature pull request, please do it against the `feature` branch. ## Bugs