From 5ea745d61fa4c4b2650c05f28fb1f63f0e8751b6 Mon Sep 17 00:00:00 2001 From: Waldo Luis Ribeiro <30444355+waldoluisribeiro@users.noreply.github.com> Date: Fri, 22 Nov 2019 14:35:10 +0000 Subject: [PATCH] fix(curriculum): English punctuation correction (#37811) --- ...ot-notation-to-access-the-properties-of-an-object.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/object-oriented-programming/use-dot-notation-to-access-the-properties-of-an-object.english.md b/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/object-oriented-programming/use-dot-notation-to-access-the-properties-of-an-object.english.md index e6b8c18076..ad4a8c1338 100644 --- a/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/object-oriented-programming/use-dot-notation-to-access-the-properties-of-an-object.english.md +++ b/curriculum/challenges/english/02-javascript-algorithms-and-data-structures/object-oriented-programming/use-dot-notation-to-access-the-properties-of-an-object.english.md @@ -7,7 +7,7 @@ forumTopicId: 301333 ## Description
-The last challenge created an object with various properties, now you'll see how to access the values of those properties. Here's an example: +The last challenge created an object with various properties. Now you'll see how to access the values of those properties. Here's an example: ```js let duck = {