Skip to content

Commit

Permalink
fix: 使ってるもの => 使っているもの
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Sep 19, 2015
1 parent 238687b commit f983505
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ JavaScriptはとにかく柔軟な言語なので、こういうプラグイン
- [ ] どういう仕組み?
- [ ] どういう用途に向いている?
- [ ] どういう用途に向いていない?
- [ ] この仕組みを使ってるもの
- [ ] この仕組みを使っているもの
- [ ] 実装してみよう
- [ ] エコシステム
Expand Down
2 changes: 1 addition & 1 deletion ja/ESLint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ ESLintのように与えられたコードを読み取ってチェックする
> これはルールからの書き換えのコマンドを`SourceCode`というオブジェクトに集約して、最後に実際の書き換えを行うという抽象レイヤーを設けています。
> - [Implement autofixing · Issue #3134 · eslint/eslint](https://github.com/eslint/eslint/issues/3134 "Implement autofixing · Issue #3134 · eslint/eslint")
## この仕組みを使ってるもの
## この仕組みを使っているもの

- [azu/textlint](https://github.com/azu/textlint "azu/textlint")
- テキストやMarkdownをパースしてASTにしてLintするツール
Expand Down
2 changes: 1 addition & 1 deletion ja/connect/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ Connect自体の機能は少ないため、その分_middleware_が多くある
> [WSGI ミドルウェア](http://docs.pylonsproject.org/projects/pylons-webframework/en/v1.0.1rc1/concepts.html#wsgi-middleware "WSGI ミドルウェア")より引用

## この仕組みを使ってるもの
## この仕組みを使っているもの

- [Express](http://expressjs.com/ "Express")
- 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 @@ -76,4 +76,6 @@ rules:
pattern:
- ミドルウェア
- expected:
pattern: のは
pattern: のは
- expected: 使っているもの
pattern: 使ってるもの

0 comments on commit f983505

Please sign in to comment.