Skip to content

Commit 291cd32

Browse files
authored
Merge pull request #526 from ut-code/change-to-inline-code
Change to inline code in description of web server
2 parents 2b807b4 + c20eb92 commit 291cd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/3-web-servers/04-server/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Web の世界で用いられるプロトコルは、通常 **HTTP** と呼ばれ
101101

102102
![HTTP](./basic-http.png)
103103

104-
Web サーバーにアクセスするために用いた `http://localhost:3000/` のうち、http はプロトコルを、localhost:3000 はサーバーの所在地を表しています (localhost は自分のコンピューターを指します)。
104+
Web サーバーにアクセスするために用いた `http://localhost:3000/` のうち、`http` はプロトコルを、`localhost:3000` はサーバーの所在地を表しています (`localhost` は自分のコンピューターを指します)。
105105

106106
## 静的ホスティング
107107

0 commit comments

Comments
 (0)