survivejs / react-book

From apprentice to master (CC BY-NC-ND)
https://survivejs.com/react/introduction/
2.02k stars 366 forks source link

Implementing a Basic Note Application - #373

Closed blakedietz closed 8 years ago

blakedietz commented 8 years ago

There's a small grammatical error in some of the comments:

Actual

 // Don't modify if trying set an empty value

Expected

 // Don't modify if trying to set an empty value