Skip to content

Commit cf113dc

Browse files
author
Andrei Volchenko
authored
Update index.html
1 parent 49fc61a commit cf113dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

school/dom/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ <h2>Element</h2>
280280
<pre><code class="xml"><div class="wrapper">
281281
<span>item</span>
282282
</div></code></pre>
283-
<pre><code class="javascript">var innerHTML = ' <span></span>';
283+
<pre><code class="javascript">var innerHTML = ' <span>item</span>';
284284
assert(div.innerHTML === innerHTML);</code></pre>
285285
</section>
286286
</section>

0 commit comments

Comments
 (0)