From bb42ae1496702bd022dfb88076a02748daacc7a9 Mon Sep 17 00:00:00 2001 From: azu Date: Mon, 1 Jan 2024 10:38:43 +0900 Subject: [PATCH] fix --- src/no-mix-dearu-desumasu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/no-mix-dearu-desumasu.js b/src/no-mix-dearu-desumasu.js index 791516f..78daddf 100644 --- a/src/no-mix-dearu-desumasu.js +++ b/src/no-mix-dearu-desumasu.js @@ -27,7 +27,7 @@ const assertPreferOption = (preferType) => { if (!allowedTypes.includes(preferType)) { throw new Error(`preferInHeader, preferInBody, preferInList は ${allowedTypes.map((type) => { return `"${type}"`; - })} のどれかである必要があります。. + })} のどれかである必要があります。 実際の値: "${preferType}"`); }