Skip to content
This repository was archived by the owner on Jan 7, 2019. It is now read-only.

Commit 62f98b2

Browse files
Fix typo in example on readme
1 parent c77d56b commit 62f98b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you are using ES6 server side, or the browserify transform client side (even
7474
var TodoList = React.createClass({
7575
render: jade`
7676
ul
77-
- each item in this.props.items
77+
each item in this.props.items
7878
li= item
7979
`
8080
});

0 commit comments

Comments
 (0)