Skip to content

Commit

Permalink
Refine dirname: "konnichiwa" is correct as Japanese "good afternoon"
Browse files Browse the repository at this point in the history
  • Loading branch information
yaotti committed Jul 28, 2013
1 parent 54c2ddc commit ffcf1ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions creating/index.html
Expand Up @@ -38,7 +38,7 @@ <h2>
</p>

<pre>
<b>$ cd konichiwa</b>
<b>$ cd konnichiwa</b>
<b>$ ls</b>
README hello.rb
</pre>
Expand All @@ -51,7 +51,7 @@ <h2>

<pre>
<b>$ git init</b>
Initialized empty Git repository in /opt/konichiwa/.git/
Initialized empty Git repository in /opt/konnichiwa/.git/
</pre>

<p>Now you can see that there is a <code>.git</code> subdirectory in your
Expand Down
6 changes: 3 additions & 3 deletions zh/creating/index.html
Expand Up @@ -30,7 +30,7 @@ <h2>
<p>在目录中执行 <code>git init</code>,就可以创建一个 Git 仓库了。比如,我们恰好有个目录,里头有些许文件,如下:
</p>
<pre>
<b>$ cd konichiwa</b>
<b>$ cd konnichiwa</b>
<b>$ ls</b>
README hello.rb
</pre>
Expand All @@ -42,8 +42,8 @@ <h2>

<pre>
<b>$ git init</b>
Initialized empty Git repository in /opt/konichiwa/.git/
# 在 /opt/konichiwa/.git 目录初始化空 Git 仓库完毕。
Initialized empty Git repository in /opt/konnichiwa/.git/
# 在 /opt/konnichiwa/.git 目录初始化空 Git 仓库完毕。
</pre>

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

0 comments on commit ffcf1ac

Please sign in to comment.