fix typo in zh_CN translate

This commit is contained in:
zhyu 2014-11-23 15:23:02 +09:00
parent a3c2b5b993
commit 14191422d2
2 changed files with 2 additions and 2 deletions

View file

@ -380,7 +380,7 @@ exports.level = {
"beforeMarkdowns": [
"这里,还是有两个分支;注意当前分支是 bugFix看那颗星",
"",
"我们想要把 bugfix 里面的工作直接移到 master 分支上。使用这个方法,两个分支的功能看起来像是按顺序开发,实际上它们是平行开发的。",
"我们想要把 bugFix 里面的工作直接移到 master 分支上。使用这个方法,两个分支的功能看起来像是按顺序开发,实际上它们是平行开发的。",
"",
"用 `git rebase`实现此目标"
],