diff --git a/docs/lessons/beautiful-image/challenges.md b/docs/lessons/beautiful-image/challenges.md index e96a4736..802c8c76 100644 --- a/docs/lessons/beautiful-image/challenges.md +++ b/docs/lessons/beautiful-image/challenges.md @@ -39,9 +39,9 @@ basic.showLeds(` `) ``` -* *Run* your code to see if it works as expected. +* Does your code work as expected? ### Challenge 2 -Nice job! Why don't we create a third image that will show after the other two? Remember to add a pause before you create and show the image. +Nice job! Why don't we create a third image that will show after the other two? diff --git a/docs/lessons/lucky-7/challenges.md b/docs/lessons/lucky-7/challenges.md index ec3e0eb2..2393c025 100644 --- a/docs/lessons/lucky-7/challenges.md +++ b/docs/lessons/lucky-7/challenges.md @@ -35,5 +35,5 @@ basic.showNumber(14) ### Challenge 3 -Keep displaying multiples of 7 such as 21 and 28, but don't forget to add pauses between the numbers! +Keep displaying multiples of 7 such as 21 and 28...