fix(curriculum): correct typo in nest one array within another array challenge instruction (#37851)

pull/37853/head
Tim dinia 2019-11-29 10:07:51 +01:00 committed by Oliver Eyton-Williams
parent dee5216eb3
commit c331b12413
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ forumTopicId: 18247
## Description
<section id='description'>
You can also nest arrays within other arrays, like this: <code>[["Bulls", 23], ["White Sox", 45]]</code>. This is also called a <dfn>multi-dimensional arrray<dfn>.
You can also nest arrays within other arrays, like this: <code>[["Bulls", 23], ["White Sox", 45]]</code>. This is also called a <dfn>multi-dimensional array<dfn>.
</section>
## Instructions