Skip to content

Commit 8a09a42

Browse files
committed
chore(connect): 「もの」を「サーバ」と明示
1 parent 5cfba0b commit 8a09a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ja/connect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Echoサーバでは `req.pipe(res);` という形でリクエストをそのま
3232
もう少し_middleware_をプラグインらしくモジュールとして実装したものを見てみます。
3333

3434
次の[connect-example.js](#connect-example.js)は、あらゆるリクエストに対して、
35-
`"response text"`というレスポンスを`"X-Content-Type-Options"`ヘッダを付けて返すだけのものです
35+
`"response text"`というレスポンスを`"X-Content-Type-Options"`ヘッダを付けて返すだけのサーバです
3636

3737
それぞれの処理を_middleware_としてファイルを分けて実装し、`app.use(middleware)`で処理を追加しています。
3838

0 commit comments

Comments
 (0)