Skip to content

Commit 4327ee7

Browse files
committed
docs: Update README
1 parent fdc1a20 commit 4327ee7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ReadMe.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ $ textlint --rule textlint-rule-ginger text-to-proofread.txt
2525
## Options
2626

2727
* `skipPatterns`: `string[]`
28-
* Set skip pattern that is detecting by [@textlint/regexp-string-matcher](https://github.com/textlint/regexp-string-matcher)
28+
* Set skip pattern that is detected by [@textlint/regexp-string-matcher](https://github.com/textlint/regexp-string-matcher)
2929

3030
You can set regexp-like string as skip patterns.
31+
3132
For more details about regexp-like string, see [@textlint/regexp-string-matcher](https://github.com/textlint/regexp-string-matcher)
3233

3334
```json

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"textlint-tester": "^3.0.3"
4848
},
4949
"lint-staged": {
50+
"*.md": ["prettier", "git add"],
5051
"*.js": ["prettier", "git add"],
5152
"*.json": ["prettier", "git add"]
5253
}

0 commit comments

Comments
 (0)