diff --git a/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/understanding-boolean-values.md b/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/understanding-boolean-values.md index 8898fcbab62..e423e9df365 100644 --- a/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/understanding-boolean-values.md +++ b/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/understanding-boolean-values.md @@ -15,7 +15,7 @@ Another data type is the Boolean. Booleans may only be one of two val # --instructions-- -Modify the `welcomeToBooleans` function so that it returns `true` instead of `false` when the run button is clicked. +Modify the `welcomeToBooleans` function so that it returns `true` instead of `false`. # --hints--