Skip to content

Commit 4a60dde

Browse files
authored
Fix typo from "Mac" to "macOS" (#636)
1 parent c73e0ae commit 4a60dde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/1-trial-session/02-html/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ VS Code の画面左端には、ファイル一覧が表示されています。
3838

3939
:::info[拡張子]
4040

41-
VS Code 上で作成したファイルは `index.html` でした。しかしながら、Windows でフォルダの中身を見ると `index` しか表示されません(Mac の場合は正しく表示されます)。なぜでしょうか?
41+
VS Code 上で作成したファイルは `index.html` でした。しかしながら、Windows でフォルダの中身を見ると `index` しか表示されません(macOS の場合は正しく表示されます)。なぜでしょうか?
4242

4343
ファイル名の `.` (ピリオド) 以降の部分は<Term>**拡張子**</Term>と呼ばれ、ファイルの種類を識別するために用いられることが多いです。先ほど `index.html` という名前のファイルを作成したのは、<Term>HTML</Term>ファイルであることを明示するためです。
4444

docs/3-web-servers/02-node-js/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import debuggingVideo from "./debugging.mp4";
99

1010
## ターミナル
1111

12-
**ターミナル** は、文字を用いてコンピューターと会話するためのソフトウェアです。Mac だと標準搭載の `ターミナル` が、Windows だと [`Windows Terminal` アプリ](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701)が利用できますが、VS Code 内蔵のターミナルもなかなか便利です。
12+
**ターミナル** は、文字を用いてコンピューターと会話するためのソフトウェアです。macOS だと標準搭載の `ターミナル` が、Windows だと [`Windows Terminal` アプリ](https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701)が利用できますが、VS Code 内蔵のターミナルもなかなか便利です。
1313

1414
VS Code 内蔵のターミナルを起動させるには、メニューの `Terminal` から `New Terminal` をクリックします。
1515

@@ -98,7 +98,7 @@ v20.10.0
9898

9999
## Node.js で Hello World
100100

101-
まずは、新しいフォルダを作成し、Visual Studio Code で開きます。Mac の場合は[はじめての Web 開発](/docs/trial-session/get-started/)で作成した `Projects` フォルダの中に別のフォルダを作れば問題ありませんが、Windows の場合は WSL 上にフォルダを作成します。
101+
まずは、新しいフォルダを作成し、Visual Studio Code で開きます。macOS の場合は[はじめての Web 開発](/docs/trial-session/get-started/)で作成した `Projects` フォルダの中に別のフォルダを作れば問題ありませんが、Windows の場合は WSL 上にフォルダを作成します。
102102

103103
:::info[WSL 上にプロジェクトフォルダを作る]
104104

0 commit comments

Comments
 (0)