Skip to content

Commit b5f23fc

Browse files
committed
Merge pull request #66 from yaotti/correct-dirname-japanese
Refine dirname: "konnichiwa" is correct as Japanese "good afternoon"
2 parents 54c2ddc + ffcf1ac commit b5f23fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

creating/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h2>
3838
</p>
3939

4040
<pre>
41-
<b>$ cd konichiwa</b>
41+
<b>$ cd konnichiwa</b>
4242
<b>$ ls</b>
4343
README hello.rb
4444
</pre>
@@ -51,7 +51,7 @@ <h2>
5151

5252
<pre>
5353
<b>$ git init</b>
54-
Initialized empty Git repository in /opt/konichiwa/.git/
54+
Initialized empty Git repository in /opt/konnichiwa/.git/
5555
</pre>
5656

5757
<p>Now you can see that there is a <code>.git</code> subdirectory in your

zh/creating/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ <h2>
3030
<p>在目录中执行 <code>git init</code>,就可以创建一个 Git 仓库了。比如,我们恰好有个目录,里头有些许文件,如下:
3131
</p>
3232
<pre>
33-
<b>$ cd konichiwa</b>
33+
<b>$ cd konnichiwa</b>
3434
<b>$ ls</b>
3535
README hello.rb
3636
</pre>
@@ -42,8 +42,8 @@ <h2>
4242

4343
<pre>
4444
<b>$ git init</b>
45-
Initialized empty Git repository in /opt/konichiwa/.git/
46-
# 在 /opt/konichiwa/.git 目录初始化空 Git 仓库完毕。
45+
Initialized empty Git repository in /opt/konnichiwa/.git/
46+
# 在 /opt/konnichiwa/.git 目录初始化空 Git 仓库完毕。
4747
</pre>
4848

4949
<p>现在你可以看到在你的项目目录中有个 <code>.git</code> 的子目录。

0 commit comments

Comments
 (0)