Skip to content

Commit 1bf4f41

Browse files
committed
chore(readme): 表現を修正
1 parent b22399b commit 1bf4f41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ textlint --rule no-doubled-joshi README.md
7575

7676
> 既存****文と絵****修正
7777
78-
この場合の、********の間隔値は2(間に****がある)
78+
この場合の、********の間隔値は2(****の間に****がある)
7979

8080
## 判定処理
8181

test/no-doubled-joshi-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tester.run("no-double-joshi", rule, {
2222
{
2323
text: "太字も強調も同じように無視されます。",
2424
options: {allow: ["も"]}
25-
},
25+
}
2626
],
2727
invalid: [
2828
// エラー位置は最後の助詞の位置を表示する

0 commit comments

Comments
 (0)