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 ef91224 commit db48a29Copy full SHA for db48a29
ja/connect/README.md
@@ -57,7 +57,7 @@ Connectの_middleware_がどのような仕組みで動いているのかを見
57
そのため、`app`のどこかに利用する_middleware_を保持していることは推測できると思います。
58
59
Connectでは`app.stack`に_middleware_を配列として保持しています。
60
-次のようにして`app.stack`の中身を表示見ることで、_middleware_が登録順で保持されていることがわかります。
+次のようにして`app.stack`の中身を表示してみると、_middleware_が登録順で保持されていることがわかります。
61
62
[import connect-trace-example.js](../../src/connect/connect-trace-example.js)
63
0 commit comments