Skip to content

Commit 8fdcf63

Browse files
authored
Merge pull request #17 from mshibanami/patch-1
docs(readme): 連続するコンマを削除
2 parents e27b47b + 1e4862a commit 8fdcf63

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)