fixed some typos

This commit is contained in:
Mizunashi Mana 2015-06-22 23:46:10 +09:00
parent 2d15267607
commit a51fb7137d
13 changed files with 21 additions and 21 deletions

View file

@ -615,7 +615,7 @@ exports.level = {
"beforeMarkdowns": [
"### HEADの分離",
"",
"HEADの分離とは単に、ブランチではなく特定のコミットにHEADを紐づけることです。実行前の状態は次のようです:",
"HEADの分離(detached HEAD)とは単に、ブランチではなく特定のコミットにHEADを紐づけることです。実行前の状態は次のようです:",
"",
"HEAD -> master -> C1",
""