Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Jan 1, 2024
1 parent 1f4a465 commit bb42ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/no-mix-dearu-desumasu.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const assertPreferOption = (preferType) => {
if (!allowedTypes.includes(preferType)) {
throw new Error(`preferInHeader, preferInBody, preferInList は ${allowedTypes.map((type) => {
return `"${type}"`;
})} のどれかである必要があります。.
})} のどれかである必要があります。
実際の値: "${preferType}"`);
}
Expand Down

0 comments on commit bb42ae1

Please sign in to comment.