Skip to content

Commit 4ae56e4

Browse files
committed
chore(connect): より具体的な処理に変更
1 parent 230f403 commit 4ae56e4

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
@@ -76,7 +76,7 @@ Connectが登録された_middleware_をどう処理するかというと、
7676

7777
[import nosniff.js](../../src/connect/nosniff.js)
7878

79-
`nosniff.js`は、処理が終わったら`next()`を呼び出していて、
79+
`nosniff.js`は、HTTPヘッダを設定し終わったら`next()`を呼び出していて、
8080
この`next()`が次の_middleware_へ行くという意味になります。
8181

8282
次に、`hello.js`を見てみると、`next()`がないことがわかります。

0 commit comments

Comments
 (0)