diff --git a/docs/walkthroughs/adding-event-handlers.md b/docs/walkthroughs/adding-event-handlers.md index fb115d324..3f197ae09 100644 --- a/docs/walkthroughs/adding-event-handlers.md +++ b/docs/walkthroughs/adding-event-handlers.md @@ -83,7 +83,6 @@ class App extends React.Component { // Change the value by inserting 'and' at the cursor's position. editor.insertText('and') - return true } render() {