diff --git a/docs/_js/examples/todo.js b/docs/_js/examples/todo.js index de28d9cad5..2f80ed48a5 100644 --- a/docs/_js/examples/todo.js +++ b/docs/_js/examples/todo.js @@ -2,7 +2,7 @@ var TODO_COMPONENT = ` var TodoList = React.createClass({ render: function() { var createItem = function(itemText, index) { - return
  • {itemText}
  • ; + return
  • {itemText}
  • ; }; return ; }