From 39c43dbe8aa20648746c0f656c0e3028c3d1c386 Mon Sep 17 00:00:00 2001 From: Natalie Cardot <33387780+nataliecardot@users.noreply.github.com> Date: Mon, 20 May 2019 16:11:17 -0700 Subject: [PATCH] Alter instructions (#36099) Removing the word "below" since the object's properties are shown to the right of, not below, the challenge description/instructions. --- ...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 4af13fba20..b08735406a 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 @@ -22,7 +22,7 @@ Dot notation is used on the object name, duck, followe ## Instructions
-Print both properties of the dog object below to your console. +Print both properties of the dog object to your console.
## Tests