From 1d07c81eecbfa1d0f9342e9efa5cc6152b9dd156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Thu, 24 Nov 2022 22:28:18 -0300 Subject: [PATCH] Typo fixed (line 115) in spanish translation --- 6-space-game/3-moving-elements-around/translations/README.es.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/6-space-game/3-moving-elements-around/translations/README.es.md b/6-space-game/3-moving-elements-around/translations/README.es.md index 581b2a5f..07574816 100644 --- a/6-space-game/3-moving-elements-around/translations/README.es.md +++ b/6-space-game/3-moving-elements-around/translations/README.es.md @@ -112,7 +112,7 @@ let gameLoopId = setInterval(() => }, 200); ``` -TEl ciclo anterior se invoca cada `200` milisegundos para volver a dibujar el lienzo. Tiene la capacidad de elegir el mejor intervalo que tenga sentido para su juego. +El ciclo anterior se invoca cada `200` milisegundos para volver a dibujar el lienzo. Tiene la capacidad de elegir el mejor intervalo que tenga sentido para su juego. ## Continuando con el juego espacial