File tree 4 files changed +6
-4
lines changed
4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ JavaScriptはとにかく柔軟な言語なので、こういうプラグイン
59
59
- [ ] どういう仕組み?
60
60
- [ ] どういう用途に向いている?
61
61
- [ ] どういう用途に向いていない?
62
- - [ ] この仕組みを使ってるもの
62
+ - [ ] この仕組みを使っているもの
63
63
- [ ] 実装してみよう
64
64
- [ ] エコシステム
65
65
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ ESLintのように与えられたコードを読み取ってチェックする
263
263
> これはルールからの書き換えのコマンドを` SourceCode ` というオブジェクトに集約して、最後に実際の書き換えを行うという抽象レイヤーを設けています。
264
264
> - [ Implement autofixing · Issue #3134 · eslint/eslint] ( https://github.com/eslint/eslint/issues/3134 " Implement autofixing · Issue #3134 · eslint/eslint ")
265
265
266
- ## この仕組みを使ってるもの
266
+ ## この仕組みを使っているもの
267
267
268
268
- [ azu/textlint] ( https://github.com/azu/textlint " azu/textlint ")
269
269
- テキストやMarkdownをパースしてASTにしてLintするツール
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ Connect自体の機能は少ないため、その分_middleware_が多くある
180
180
> [ WSGI ミドルウェア] ( http://docs.pylonsproject.org/projects/pylons-webframework/en/v1.0.1rc1/concepts.html#wsgi-middleware " WSGI ミドルウェア ") より引用
181
181
182
182
183
- ## この仕組みを使ってるもの
183
+ ## この仕組みを使っているもの
184
184
185
185
- [ Express] ( http://expressjs.com/ " Express ")
186
186
- Connectと_middleware_の互換性がある
Original file line number Diff line number Diff line change 76
76
pattern :
77
77
- ミドルウェア
78
78
- expected : は
79
- pattern : のは
79
+ pattern : のは
80
+ - expected : 使っているもの
81
+ pattern : 使ってるもの
You can’t perform that action at this time.
0 commit comments