diff --git a/docs/walkthroughs/02-adding-event-handlers.md b/docs/walkthroughs/02-adding-event-handlers.md index 00246ac8bd..46c99dab3b 100644 --- a/docs/walkthroughs/02-adding-event-handlers.md +++ b/docs/walkthroughs/02-adding-event-handlers.md @@ -1,6 +1,6 @@ # Adding Event Handlers -Okay, so you've got Slate installed and rendered on the page, and when you type in it, you can see the changes reflected. But you want to do more than just type a plaintext string. +**Okay, so you've got Slate installed** and rendered on the page, and when you type in it, you can see the changes reflected. But you want to do more than just type a plaintext string. What makes Slate great is how easy it is to customize. Just like other React components you're used to, Slate allows you to pass in handlers that are triggered on certain events.