survivejs / react-book

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

Typo #420

Closed alavkx closed 8 years ago

alavkx commented 8 years ago

Is this even worth opening an issue for? Probably not but I didn't know where else to notify you. Small typo in editing notes.

Third paragraph:

One way to achieve this is to implement so called inline editing. The idea is that when a user click a note, we'll show an input. After the user has finished editing and signals that to use either by hitting enter, we'll capture the value and update.

click -> clicks

additionally

The final sentence in the paragraph seems to contain a mistake. Either left out a command other than "hitting enter", or you meant

After the user has finished editing and signals that to use either by hitting enter, we'll capture the value and update

Thanks for your work on survive js!!!!! 😄 👍