From 9b2dabccfe11d43496c9760fbc0ea32382518160 Mon Sep 17 00:00:00 2001
From: cathwong <cathy.wong@huawei.com>
Date: Tue, 31 Mar 2020 04:37:59 +0800
Subject: [PATCH] update CONTRIBUTING.md. typo fix.

---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 591beaef820..85fee704c2f 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -78,7 +78,7 @@ Please follow this style to make MindSpore easy to review, maintain and develop.
 
 * Pull a request to MindSpore repository
 
-    In the last step, your need to pull a compare request between your new branch and MindSpore `master` branch. After finishing the pull request, the Jekins CI will be automatically set up for building test.
+    In the last step, your need to pull a compare request between your new branch and MindSpore `master` branch. After finishing the pull request, the Jenkins CI will be automatically set up for building test.
 
 ### Report issues