Skip to content

Commit 2b40f86

Browse files
committed
Update README
1 parent 7fa877e commit 2b40f86

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
@@ -63,13 +63,13 @@ textlint --rule ja-no-successive-word README.md
6363

6464
// 許可する単語
6565
// RegExp-like Stringを使用可能
66-
allow: []
66+
allow: []
6767
}
6868
}
6969
}
7070
```
7171

72-
-`allowOnomatopee: boolean`
72+
- `allowOnomatopee: boolean`
7373
- Default: `true`
7474
- **カクカク**などの[オノマトペ](https://ja.wikipedia.org/wiki/%E6%93%AC%E5%A3%B0%E8%AA%9E)を許可するかのオプションです。
7575
- `allow`: `string[]`

0 commit comments

Comments
 (0)