Skip to content

Commit 41c286b

Browse files
authored
Update README.md
1 parent 169c2d3 commit 41c286b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ textlint --rule ja-unnatural-alphabet README.md
5151

5252
- `allow`: `string[]`
5353
- 無視するアルファベットや単語の配列
54-
- デフォルト: `["a", "i", "u", "e", "o", "n", 典型例 ]`
55-
- デフォルトでは母音とnを除外している
54+
- デフォルト: `["a", "i", "u", "e", "o", "n", "/[A-Z]/"]`
55+
- デフォルトでは母音とn、大文字のAからZを例外として取り除いている
5656
- `"/正規表現/"` のような[RegExp-like String](https://github.com/textlint/regexp-string-matcher#regexp-like-string)もサポートしています
5757

5858
```json5

0 commit comments

Comments
 (0)