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