Skip to content

Commit 1289873

Browse files
Grammatical correction in index.html (mdn#8727)
changing Line no. 13 of index.html "This aim of this skill test is to assess whether you've ..." to "The aim of this skill test is to assess whether you've..."
1 parent 2ef6d18 commit 1289873

File tree

1 file changed

+1
-1
lines changed
  • files/en-us/learn/javascript/objects/test_your_skills_colon__object_basics

1 file changed

+1
-1
lines changed

files/en-us/learn/javascript/objects/test_your_skills_colon__object_basics/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
---
1111
<div>{{learnsidebar}}</div>
1212

13-
<p>This aim of this skill test is to assess whether you've understood our <a href="/en-US/docs/Learn/JavaScript/Objects/Basics">JavaScript object basics</a> article.</p>
13+
<p>The aim of this skill test is to assess whether you've understood our <a href="/en-US/docs/Learn/JavaScript/Objects/Basics">JavaScript object basics</a> article.</p>
1414

1515
<div class="notecard note">
1616
<p><strong>Note</strong>: You can try out solutions in the interactive editors below, however it may be helpful to download the code and use an online tool such as <a href="https://codepen.io/">CodePen</a>, <a href="https://jsfiddle.net/">jsFiddle</a>, or <a href="https://glitch.com/">Glitch</a> to work on the tasks.<br>

0 commit comments

Comments
 (0)