Skip to content

Commit 2b5a5e0

Browse files
committed
chore(connect): fix typo
1 parent e852896 commit 2b5a5e0

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
@@ -31,7 +31,7 @@ Echoサーバでは `req.pipe(res);` という形でリクエストをそのま
3131

3232
もう少し_middleware_をプラグインらしくモジュールとして実装したものを見てみます。
3333

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

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

0 commit comments

Comments
 (0)