diff --git a/script.js b/script.js index f76a2b1..bb10a72 100644 --- a/script.js +++ b/script.js @@ -275,8 +275,7 @@ const smallStyle = case 'spanish': oneKeystroke = /[a-zñ]/g; twoKeystrokes = /[A-ZáéíóúÑ]/g; - threeKeystrokes = /[ÁÉÍÓÚü]/g; - fourKeystrokes = /[Ü]/g; + threeKeystrokes = /[ÁÉÍÓÚÜü]/g; break; case 'swedish':