From f0e77176baca0e83f080f4b031f9f7b384cfa6af Mon Sep 17 00:00:00 2001
From: chvmvd <104971044+chvmvd@users.noreply.github.com>
Date: Tue, 28 Nov 2023 11:55:40 +0900
Subject: [PATCH] Refactor keyboard shortcut notation
---
docs/1-trial-session/02-html/index.mdx | 6 +++---
docs/2-browser-apps/01-inspector/index.mdx | 2 +-
docs/3-web-servers/02-node-js/index.mdx | 2 +-
docs/3-web-servers/04-server/index.mdx | 2 +-
docs/3-web-servers/09-git-github-init/index.mdx | 2 +-
docs/3-web-servers/10-git-github/index.mdx | 2 +-
docs/4-advanced/02-bundler/index.mdx | 2 +-
docs/5-team-development/01-git-workflow/index.mdx | 2 +-
8 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/docs/1-trial-session/02-html/index.mdx b/docs/1-trial-session/02-html/index.mdx
index c8a3efd65..e47d4d110 100644
--- a/docs/1-trial-session/02-html/index.mdx
+++ b/docs/1-trial-session/02-html/index.mdx
@@ -13,7 +13,7 @@ Web 開発に必ず用いられる言語があります。**HTML**
## HTML を書き始める
-VS Code の画面左端には、ファイル一覧が表示されています。新しいファイルを作成して、`index.html` と名付けましょう。ファイルの中身を次のようにした後、保存します。保存にはショートカットキー ( `command / Ctrl + S` ) を用いてください。
+VS Code の画面左端には、ファイル一覧が表示されています。新しいファイルを作成して、`index.html` と名付けましょう。ファイルの中身を次のようにした後、保存します。保存にはショートカットキー (command + S (macOS) / Ctrl + S (Windows) ) を用いてください。
```html title="index.html"
@@ -76,13 +76,13 @@ VS Code 上で作成したファイルは `index.html` でした。しかしな