Skip to content

Commit a4710d1

Browse files
authored
Remove unnecessary space (#645)
1 parent ac25b90 commit a4710d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ node main.mjs
7272
そして [`express.Response#send` メソッド](https://expressjs.com/ja/api.html#res.send)により、クライアントが必要なデータを送信することができます。
7373

7474
:::tip[`http`標準<Term>モジュール</Term>]
75-
`express` を使わずに Node.js 単体 で Web サーバーを作成するには、`http` 標準<Term>モジュール</Term>を使用します。
75+
`express` を使わずに Node.js 単体で Web サーバーを作成するには、`http` 標準<Term>モジュール</Term>を使用します。
7676

7777
`http` 標準モジュールを使って 簡単な Web サーバーを構築すると以下のようなコードになります。
7878

0 commit comments

Comments
 (0)