Skip to content

Commit 4510215

Browse files
committed
chore(connect): Replace connect with Connect
Related: 5e9f72e (azu#48) Because textlint-rule-prh skips child nodes of a BlockQuote node, this is not be pointed out by `npm test`.
1 parent e852896 commit 4510215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ja/connect/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ Echoサーバでは `req.pipe(res);` という形でリクエストをそのま
4747
基本的にどの_middleware_も`app.use(middleware)`という形で拡張でき、
4848
モジュールとして実装すれば再利用もしやすい形となっています。
4949

50-
> **Note** _middleware_となる関数の引数が4つであると、それはエラーハンドリングの_middleware_とするという、connectの独自のルールがあります
50+
> **Note** _middleware_となる関数の引数が4つであると、それはエラーハンドリングの_middleware_とするという、Connectの独自のルールがあります

0 commit comments

Comments
 (0)