We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac25b90 commit a4710d1Copy full SHA for a4710d1
docs/3-web-servers/04-server/index.mdx
@@ -72,7 +72,7 @@ node main.mjs
72
そして [`express.Response#send` メソッド](https://expressjs.com/ja/api.html#res.send)により、クライアントが必要なデータを送信することができます。
73
74
:::tip[`http`標準<Term>モジュール</Term>]
75
-`express` を使わずに Node.js 単体 で Web サーバーを作成するには、`http` 標準<Term>モジュール</Term>を使用します。
+`express` を使わずに Node.js 単体で Web サーバーを作成するには、`http` 標準<Term>モジュール</Term>を使用します。
76
77
`http` 標準モジュールを使って 簡単な Web サーバーを構築すると以下のようなコードになります。
78
0 commit comments