From e451a081d611b823f4f81ddef84636f01bfe34bf Mon Sep 17 00:00:00 2001 From: Eric Joel Hernandez Javier <81542075+ericjhernandezj@users.noreply.github.com> Date: Sun, 16 Jul 2023 21:51:30 -0500 Subject: [PATCH] Update 4-typing-game/typing-game/translations/README.es.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Abril Ureña <107883174+abrilurena@users.noreply.github.com> --- 4-typing-game/typing-game/translations/README.es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-typing-game/typing-game/translations/README.es.md b/4-typing-game/typing-game/translations/README.es.md index ef28fd7e..a6575f84 100644 --- a/4-typing-game/typing-game/translations/README.es.md +++ b/4-typing-game/typing-game/translations/README.es.md @@ -325,7 +325,7 @@ Añadir más funcionalidad - Deshabilita el detector de eventos `input` al finalizar y vuelve a habilitarlo cuando se haga clic en el botón - Deshabilita el cuadro de texto cuando el jugador complete la cita -- Muestra un cuadro de diálogo modal con el mensaje de éxito +- Muestra un cuadro de diálogo modal _(modal dialog box)_ con el mensaje de éxito - Almacene puntajes altos usando [localStorage](https://developer.mozilla.org/docs/Web/API/Window/localStorage) ## Cuestionario posterior a la clase