Skip to content

Commit

Permalink
Merge pull request #303 from rstacruz/patch-1
Browse files Browse the repository at this point in the history
Iteration example: fix className attribute
  • Loading branch information
anthonyshort committed Dec 26, 2015
2 parents 763a010 + ae21caf commit f3baf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/iteration/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ let List = {

return (
<div>
<ul className="listItems">
<ul class="listItems">
{ items }
</ul>
<input type="text"/>
Expand Down

0 comments on commit f3baf3a

Please sign in to comment.