summaryrefslogtreecommitdiff
path: root/docs/ja/newbs_git_using_your_master_branch.md
diff options
context:
space:
mode:
authorshela <shelaf@users.noreply.github.com>2020-01-28 10:18:12 +0900
committerJames Young <18669334+noroadsleft@users.noreply.github.com>2020-01-27 17:18:12 -0800
commitee88feb7598e9f4b70a8e9cb839f4dc303ce9604 (patch)
tree68bf94ba57e47eb35157c66c7d8b116e51cd37fd /docs/ja/newbs_git_using_your_master_branch.md
parenteb5e513d262921600c7c17cc1e8f34b49bccddfb (diff)
[Docs] Update Japanese translation (#8015)
Diffstat (limited to 'docs/ja/newbs_git_using_your_master_branch.md')
-rw-r--r--docs/ja/newbs_git_using_your_master_branch.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ja/newbs_git_using_your_master_branch.md b/docs/ja/newbs_git_using_your_master_branch.md
index 0860050349..3ee1996c1b 100644
--- a/docs/ja/newbs_git_using_your_master_branch.md
+++ b/docs/ja/newbs_git_using_your_master_branch.md
@@ -41,7 +41,7 @@ upstream https://github.com/qmk/qmk_firmware.git (push)
このコマンドは `upstream` というニックネームを持つ QMK リポジトリから、ブランチとタグ &mdash; "refs" と総称されます &mdash; を取得します。
これで、あなたのフォーク `origin` のデータを QMK が保持するデータと比較できます。
-あなたのフォークの `master` を更新するには、次を実行します、各行の後にEnterキーを押してください:
+あなたのフォークの `master` を更新するには、次を実行します、各行の後に Enter キーを押してください:
```
git checkout master
@@ -98,4 +98,4 @@ git commit -m "My commit message."
最後のステップは、変更をフォークにプッシュすることです。
これを行うには、`git push`と入力します。
-Gitは、 `dev_branch`の現在の状態をフォークに公開します。
+Git は、 `dev_branch`の現在の状態をフォークに公開します。