diff --git a/curriculum/challenges/english/blocks/lecture-debugging-techniques/6733bec70d86e13522e98a4f.md b/curriculum/challenges/english/blocks/lecture-debugging-techniques/6733bec70d86e13522e98a4f.md index d820a182ef2..3e4071c905b 100644 --- a/curriculum/challenges/english/blocks/lecture-debugging-techniques/6733bec70d86e13522e98a4f.md +++ b/curriculum/challenges/english/blocks/lecture-debugging-techniques/6733bec70d86e13522e98a4f.md @@ -119,7 +119,7 @@ Think of a way to catch and handle errors without crashing the program. ## --text-- -How do you use the `throw` statement in combination with the `error` constructor in JavaScript? +How do you use the `throw` statement in combination with the `Error` constructor in JavaScript? ## --answers--