Skip to content

Commit c20eb92

Browse files
committed
Change to inline code in description of web server
1 parent 74c70c6 commit c20eb92

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)