Skip to content

Commit

Permalink
fix(connect): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 19, 2015
1 parent 3b57010 commit 238687b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ja/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ Connect自体の機能は少ないため、その分_middleware_が多くある

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

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

## 参考資料

Expand Down
4 changes: 3 additions & 1 deletion test/prh-rule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ rules:
- プラグインのアーキテクチャ
- expected: middleware
pattern:
- ミドルウェア
- ミドルウェア
- expected:
pattern: のは

0 comments on commit 238687b

Please sign in to comment.