Skip to content

Commit 1183650

Browse files
committed
Merge pull request #45 from shin1ohno/typo_fix
Fix typo tab(タブ) -> tag(タグ) in Japanese translation
2 parents 149d5a2 + df8e42e commit 1183650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ja.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h2>タグ</h2>
164164
SVNでも使用されている概念ですが、バージョンを<br />リリースする度にタグを作る事が推奨されています。<br />
165165
新規のタグ<i>1.0.0</i>を作成するには下記を実行します。<br />
166166
<code>git tag 1.0.0 1b2e1d63ff</code><br />
167-
尚、<i>1b2e1d63ff</i> はタブが指すコミットIDの10文字です<br />コミットIDを見るにはlogを出します。<br />
167+
尚、<i>1b2e1d63ff</i> はタグが指すコミットIDの10文字です<br />コミットIDを見るにはlogを出します。<br />
168168
<code>git log</code><br />
169169
コミットIDは最後まで書かなくても構いませんが<br />唯一の値でなければいけません。
170170
</p>

0 commit comments

Comments
 (0)