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.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.md')
-rw-r--r-- | docs/ja/newbs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ja/newbs.md b/docs/ja/newbs.md index 84e9732752..465b82106d 100644 --- a/docs/ja/newbs.md +++ b/docs/ja/newbs.md @@ -3,7 +3,7 @@ <!--- grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh original document: adf4acf59:docs/newbs.md - git diff adf4acf59 HEAD docs/newbs.md | cat + git diff adf4acf59 HEAD -- docs/newbs.md | cat --> QMK は、メカニカルキーボード用の強力なオープンソースファームウェアです。 |