fix typos (#576)

Fix typos in English translation.
This commit is contained in:
Vitor
2022-01-19 12:36:09 +00:00
committed by GitHub
parent 3b2d378630
commit 72d08273f6
7 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ The above will start a HTTP Server on address `http://localhost:5000`. Open up a
### Add code
1. **Track end condition**. Add code that keeps track of the number of enemies, or if the hero ship has been destroyedby adding these two functions:
1. **Track end condition**. Add code that keeps track of the number of enemies, or if the hero ship has been destroyed by adding these two functions:
```javascript
function isHeroDead() {