Skip to content

Commit 43562a6

Browse files
authored
Bootcamp: Update Aliens Evolved introduction (exercism#7859)
Minor typo corrections
1 parent 5cbe9ca commit 43562a6

File tree

1 file changed

+2
-2
lines changed
  • bootcamp_content/projects/space-invaders/exercises/aliens-evolved

1 file changed

+2
-2
lines changed

bootcamp_content/projects/space-invaders/exercises/aliens-evolved/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Welcome to Space Invaders!
44

5-
For those of you that took part in Coding Fundamentals, this exercise should feel very familiar. You can use your code from Alien Detector as a reference, although there are a few differences to be away of (see below!)
5+
For those of you that took part in Coding Fundamentals, this exercise should feel very familiar. You can use your code from Alien Detector as a reference, although there are a few differences to be aware of (see below!)
66

77
## Instructions
88

9-
Your job in this exercise is create a function called `playGame()` to shoot down all the aliens!
9+
Your job in this exercise is to create a function called `playGame()` to shoot down all the aliens!
1010

1111
You have four functions available to you:
1212

0 commit comments

Comments
 (0)