Skip to content

Commit 238687b

Browse files
committed
fix(connect): fix typo
1 parent 3b57010 commit 238687b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

ja/connect/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -192,9 +192,9 @@ Connect自体の機能は少ないため、その分_middleware_が多くある
192192

193193
ここではConnectのプラグインアーキテクチャについて学びました。
194194

195-
- Connectは_middleware_を使ったHTTPサーバライブラリ
196-
- Connect自体のは機能は少ない
197-
- 複数の_middleware_を組わせてアプリケーションを作る
195+
- Connectは_middleware_を使ったHTTPサーバライブラリである
196+
- Connect自体は機能は少ない
197+
- 複数の_middleware_を組わせてアプリケーションを作ることができる
198198

199199
## 参考資料
200200

test/prh-rule.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,6 @@ rules:
7474
- プラグインのアーキテクチャ
7575
- expected: middleware
7676
pattern:
77-
- ミドルウェア
77+
- ミドルウェア
78+
- expected:
79+
pattern: のは

0 commit comments

Comments
 (0)