Skip to content

Commit fd2a6cf

Browse files
authored
Fix typo in textlint-rule-ja-space-between-half-and-full-width (#67)
1 parent 431ec86 commit fd2a6cf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/textlint-rule-ja-space-between-half-and-full-width/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ textlint --rule ja-space-between-half-and-full-width README.md
8787
space: []
8888
}
8989

90-
スペースは必須だが、`Eコーマス`だけはスペースなしを許可する。
90+
スペースは必須だが、`Eコマース`だけはスペースなしを許可する。
9191

92-
text: "例外的にEコーマスはスペースなしでも通す",
92+
text: "例外的にEコマースはスペースなしでも通す",
9393
options: {
9494
space: "always",
95-
allows: ["Eコーマス"]
95+
allows: ["Eコマース"]
9696
}
9797

9898
## Changelog

packages/textlint-rule-ja-space-between-half-and-full-width/test/index-test.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ Pull Request、コミットのやりかたなどが書かれています。`,
128128
},
129129
// allows,
130130
{
131-
text: "Eコーマス",
131+
text: "Eコマース",
132132
options: {
133133
space: "always",
134-
allows: ["Eコーマス"]
134+
allows: ["Eコマース"]
135135
}
136136
},
137137
{
@@ -142,10 +142,10 @@ Pull Request、コミットのやりかたなどが書かれています。`,
142142
}
143143
},
144144
{
145-
text: "E コーマス",
145+
text: "E コマース",
146146
options: {
147147
space: "never",
148-
allows: ["E コーマス"]
148+
allows: ["E コマース"]
149149
}
150150
}
151151
],

0 commit comments

Comments
 (0)