We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfaa3ca commit 55e0330Copy full SHA for 55e0330
README.md
@@ -72,7 +72,7 @@ textlint --rule ja-unnatural-alphabet README.md
72
### `allow`: `string[]`
73
74
`allow`オプションには、エラーとしたくない文字列または[RegExp-like String](https://github.com/textlint/regexp-string-matcher#regexp-like-string)を指定できます。
75
-[RegExp-like String](https://github.com/textlint/regexp-string-matcher#regexp-like-string)についての詳細は次を参照してください。
+[RegExp-like String](https://github.com/textlint/regexp-string-matcher#regexp-like-string)は`/`と`/`で囲んだ正規表現ライクな文字列です。詳細は次を参照してください。
76
77
- [textlint/regexp-string-matcher: Regexp-like string matcher.](https://github.com/textlint/regexp-string-matcher#regexp-like-string)
78
0 commit comments