Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
typo fix - #182
Browse files Browse the repository at this point in the history
(Thanks @elliottregan for picking it up)
  • Loading branch information
chaals committed Apr 11, 2016
1 parent c433223 commit 3aa3609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/dom.include
Original file line number Diff line number Diff line change
Expand Up @@ -2445,7 +2445,7 @@
to use the <code>class</code> attribute along with <code>data-*</code> attributes:

<pre highlight="html">
&lt;div class="spaceship">x="30">
&lt;div class="spaceship" x="30">
&lt;button class="fire" onclick="spaceships[this.parentNode.dataset.shipId].fire()">
Fire
&lt;/button>
Expand Down

1 comment on commit 3aa3609

@chaals
Copy link
Collaborator

@chaals chaals commented on 3aa3609 Apr 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sigh. Actually that was #192.

Please sign in to comment.