diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-types/6732518a8627876f4fcd18a4.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-types/6732518a8627876f4fcd18a4.md index b3dd9cdb9ce..1c120c1e838 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-types/6732518a8627876f4fcd18a4.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-data-types/6732518a8627876f4fcd18a4.md @@ -86,7 +86,7 @@ Recall the unexpected behavior when checking the type of `null`. ## --text-- -How does `typeof` behave when checking the type of a number? +What does the `typeof` operator return when used on a number in JavaScript? ## --answers--