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 ad819cb commit 1d51181Copy full SHA for 1d51181
ja/connect/README.md
@@ -69,8 +69,8 @@ Connectでは`app.stack`に_middleware_を配列として保持しています
69
- nosniff
70
- hello
71
72
-エラーハンドリングの_middleware_はエラー時のみ呼ばれるため例外なので、
73
-[nosniff.js](#nosniff.js) -> [hello.js](#hello.js) と呼び出されます。
+エラーハンドリングの_middleware_は処理中にエラーが起きた時のみ呼ばれます。
+そのため、通常は [nosniff.js](#nosniff.js) -> [hello.js](#hello.js) の順で呼び出されます。
74
75
[import nosniff.js](../../src/connect/nosniff.js)
76
0 commit comments