diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2020-01-06 16:43:11 +0900 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-01-05 23:43:11 -0800 |
commit | b3b115bcc4466b0320a6725c8e994a9ef4186328 (patch) | |
tree | bd3ac1a5c9897d972c93e9b90ba4020cd83ed618 /docs/ja/newbs_testing_debugging.md | |
parent | f2c61f8840241c0091ad7fcc3f3daa8082111842 (diff) | |
download | qmk_firmware-b3b115bcc4466b0320a6725c8e994a9ef4186328.tar.gz qmk_firmware-b3b115bcc4466b0320a6725c8e994a9ef4186328.zip |
[Docs] Update check commands in Japanese documents (#7787)
The Japanese documents included a sample command to check the original document changes. But there was something wrong, so I fixed it.
Diffstat (limited to 'docs/ja/newbs_testing_debugging.md')
-rw-r--r-- | docs/ja/newbs_testing_debugging.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/newbs_testing_debugging.md b/docs/ja/newbs_testing_debugging.md index 9cf5c6520..5ec5811a1 100644 --- a/docs/ja/newbs_testing_debugging.md +++ b/docs/ja/newbs_testing_debugging.md | |||
@@ -3,7 +3,7 @@ | |||
3 | <!--- | 3 | <!--- |
4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh | 4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh |
5 | original document: ed0575fc8:docs/newbs_testing_debugging.md | 5 | original document: ed0575fc8:docs/newbs_testing_debugging.md |
6 | git diff ed0575fc8 HEAD docs/newbs_testing_debugging.md | cat | 6 | git diff ed0575fc8 HEAD -- docs/newbs_testing_debugging.md | cat |
7 | --> | 7 | --> |
8 | 8 | ||
9 | カスタムファームウェアをキーボードへ書き込んだら、テストする準備が整います。運が良ければ全て問題なく動作しているはずですが、もしそうでなければこのドキュメントがどこが悪いのか調べるのに役立ちます。 | 9 | カスタムファームウェアをキーボードへ書き込んだら、テストする準備が整います。運が良ければ全て問題なく動作しているはずですが、もしそうでなければこのドキュメントがどこが悪いのか調べるのに役立ちます。 |