Fixed typo

This commit is contained in:
Daniel Zhang 2015-12-23 20:11:23 +08:00
parent 8f7b086c7e
commit d7211a80f3

View file

@ -458,7 +458,7 @@ exports.level = {
"type": "GitDemonstrationView", "type": "GitDemonstrationView",
"options": { "options": {
"beforeMarkdowns": [ "beforeMarkdowns": [
"你也可以 `HEAD` 用作相对引用。以下命令使用 `HEAD` 在提交树中向上移动几次。" "你也可以 `HEAD` 用作相对引用。以下命令使用 `HEAD` 在提交树中向上移动几次。"
], ],
"afterMarkdowns": [ "afterMarkdowns": [
"简单!我们可以一直使用 `HEAD^` 向上移动。" "简单!我们可以一直使用 `HEAD^` 向上移动。"