Alter instructions (#36099)

Removing the word "below" since the object's properties are shown to the right of, not below, the challenge description/instructions.
This commit is contained in:
Natalie Cardot
2019-05-20 16:11:17 -07:00
committed by Manish Giri
parent 0f9ae56039
commit 39c43dbe8a

View File

@ -22,7 +22,7 @@ Dot notation is used on the <code>object</code> name, <code>duck</code>, followe
## Instructions
<section id='instructions'>
Print both <code>properties</code> of the <code>dog</code> object below to your console.
Print both <code>properties</code> of the <code>dog</code> object to your console.
</section>
## Tests