From 8300dcc9c0204511292a0d96e7ebb3d287fce6ad Mon Sep 17 00:00:00 2001 From: yanknvim Date: Tue, 4 Jul 2023 19:12:19 +0900 Subject: [PATCH] =?UTF-8?q?=E6=8C=87=E6=91=98=E3=81=95=E3=82=8C=E3=81=9F?= =?UTF-8?q?=E5=95=8F=E9=A1=8C=E7=82=B9=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 多いため変更点についてはPRを参照してください --- collections/_linux/brain-config.md | 4 ++-- collections/_meta/how-to-edit-wiki.md | 2 +- collections/_tips/usb-ethernet-gadget.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/collections/_linux/brain-config.md b/collections/_linux/brain-config.md index bfb952c..3283e42 100644 --- a/collections/_linux/brain-config.md +++ b/collections/_linux/brain-config.md @@ -34,5 +34,5 @@ $ sudo brain-config 1. "Interface Options" を選択します 2. "USB Switch the role of the USB Host Controller" を選択します -3. USBホストにしたい場合は "host" を、USB Gadgetにしたい場合は "peripheral" を選択します -4. トップメニューに戻っているため "Finish" を選択すると再起動が促されるため再起動します +3. USB ホストにしたい場合は "host" を、USB Gadget にしたい場合は "peripheral" を選択します +4. トップメニューの "Finish" を選択、再起動します diff --git a/collections/_meta/how-to-edit-wiki.md b/collections/_meta/how-to-edit-wiki.md index bd528d7..35aa13a 100644 --- a/collections/_meta/how-to-edit-wiki.md +++ b/collections/_meta/how-to-edit-wiki.md @@ -102,7 +102,7 @@ $ npm run mdlint - 新たにブランチを作成します - 後で Pull Request として提出するため、`master` ブランチには直接コミットしないでください - `collections` ディレクトリにあるほかのファイルを参考にして md ファイルを追加します - - 例: `2038-1-19-doomsday.md` + - 例: `doomsday.md` - 記事内容を記述します - `npm run textlint` と `npm run mdlint` を実行し、エラーが出ないことを確認します - もし誤検知があった場合はルールを修正するかレビュアーと相談してください diff --git a/collections/_tips/usb-ethernet-gadget.md b/collections/_tips/usb-ethernet-gadget.md index 8e7ad74..0f3a57a 100644 --- a/collections/_tips/usb-ethernet-gadget.md +++ b/collections/_tips/usb-ethernet-gadget.md @@ -21,7 +21,7 @@ excerpt: PC と USB ケーブル1本で接続できる便利な仕組みとそ # USB コントローラの動作モードを変更する 初期状態では Brain の USB コントローラはホストとして動作するため、このままではデバイスになることができません。 -コントローラの動作モードを切り替えるにはbrain-configというツールを使えます。 +コントローラの動作モードを切り替えるには brain-config というツールを使います。 詳しい使い方は[brain-config](/linux/brain-config)のページで確認してください。