Skip to content

Commit

Permalink
Fix typo in textlint-rule-ja-space-between-half-and-full-width (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
wozozo authored Apr 20, 2024
1 parent 431ec86 commit fd2a6cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ textlint --rule ja-space-between-half-and-full-width README.md
space: []
}

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

text: "例外的にEコーマスはスペースなしでも通す",
text: "例外的にEコマースはスペースなしでも通す",
options: {
space: "always",
allows: ["Eコーマス"]
allows: ["Eコマース"]
}

## Changelog
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ Pull Request、コミットのやりかたなどが書かれています。`,
},
// allows,
{
text: "Eコーマス",
text: "Eコマース",
options: {
space: "always",
allows: ["Eコーマス"]
allows: ["Eコマース"]
}
},
{
Expand All @@ -142,10 +142,10 @@ Pull Request、コミットのやりかたなどが書かれています。`,
}
},
{
text: "E コーマス",
text: "E コマース",
options: {
space: "never",
allows: ["E コーマス"]
allows: ["E コマース"]
}
}
],
Expand Down

0 comments on commit fd2a6cf

Please sign in to comment.