Skip to content

Commit 159f7b9

Browse files
authored
Merge pull request #987 from kant/patch-18
Typo fixed (line 115) in spanish translation
2 parents 66bfc6f + 1d07c81 commit 159f7b9

File tree

1 file changed

+1
-1
lines changed
  • 6-space-game/3-moving-elements-around/translations

1 file changed

+1
-1
lines changed

6-space-game/3-moving-elements-around/translations/README.es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ let gameLoopId = setInterval(() =>
112112
}, 200);
113113
```
114114

115-
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.
115+
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.
116116

117117
## Continuando con el juego espacial
118118

0 commit comments

Comments
 (0)