meteor / react-tutorial

React Tutorial is the best place to learn how to use React and Meteor together
https://react-tutorial.meteor.com/
39 stars 87 forks source link

missing className="task" #19

Closed chonghorizons closed 3 years ago

chonghorizons commented 3 years ago

In Step 5: https://github.com/meteor/react-tutorial/blob/master/tutorial/simple-todos/05-styles.md

The className="task" isn't set anywhere.

className="tasks" (with an s) is set, but the singular "task" is missing. I will issue a pull request.

filipenevola commented 3 years ago

Hi, the problem was in the instruction and not in the code, we don't have "task" className in the code.

It's fixed here https://github.com/meteor/react-tutorial/commit/39fa511078abe4998ba109386591814dca568d69.

Thank you for your contribution 😉