Skip to content

Commit 1e4862a

Browse files
authored
docs(readme): 連続するコンマを削除
1 parent e27b47b commit 1e4862a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ textlint --rule no-doubled-joshi README.md
5858
// 助詞のうち「も」「や」は複数回の出現を許す
5959
"allow": ["",""],
6060
// 文区切り文字の配列
61-
"separatorChars": ["",,"?","!","",""]
61+
"separatorChars": ["","?","!","",""]
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)