You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by jb...@apache.org on 2017/12/12 07:05:46 UTC

[28/51] incubator-servicecomb-website git commit: spelling mistake

spelling mistake


Project: http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/commit/4c9c876e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/tree/4c9c876e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/diff/4c9c876e

Branch: refs/heads/asf-site
Commit: 4c9c876ef90b1763044bcfa2887325314d66167e
Parents: 977ba51
Author: kang.lin <timaagcl>
Authored: Tue Nov 21 10:03:04 2017 +0800
Committer: Willem Jiang <ji...@huawei.com>
Committed: Tue Nov 21 10:13:33 2017 +0800

----------------------------------------------------------------------
 _developers/cn/submit-codes.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-servicecomb-website/blob/4c9c876e/_developers/cn/submit-codes.md
----------------------------------------------------------------------
diff --git a/_developers/cn/submit-codes.md b/_developers/cn/submit-codes.md
index abb0f02..3a260be 100644
--- a/_developers/cn/submit-codes.md
+++ b/_developers/cn/submit-codes.md
@@ -52,7 +52,7 @@ last_modified_at: 2017-09-08T20:26:43-20:46
 - 检查远程仓库设置:
 
   ```shell
-  git remote –v
+  git remote -v
   origin https://github.com/<your_github_name>/ServiceComb.github.io.git (fetch)
   origin    https://github.com/<your_github_name>/ServiceComb.github.io.git (push)
   upstream  https://github.com/ServiceComb/ServiceComb.github.io.git (fetch)