diff --git a/curriculum/challenges/english/25-front-end-development/lecture-working-with-objects/6732b758194c97257d23fc72.md b/curriculum/challenges/english/25-front-end-development/lecture-working-with-objects/6732b758194c97257d23fc72.md index 20a1822ce77..8bbf65211f5 100644 --- a/curriculum/challenges/english/25-front-end-development/lecture-working-with-objects/6732b758194c97257d23fc72.md +++ b/curriculum/challenges/english/25-front-end-development/lecture-working-with-objects/6732b758194c97257d23fc72.md @@ -116,7 +116,7 @@ Remember that the `Object()` constructor creates an object wrapper for primitive ## --text-- -What's the difference between new `Object()` and `{}`? +What's the difference between `new Object()` and `{}`? ## --answers--