From 819544aba7115a74a7cca3b6f588da5319574e31 Mon Sep 17 00:00:00 2001 From: Archbee BOT Date: Thu, 9 May 2024 08:37:09 +0000 Subject: [PATCH] Archbee draft docs --- docs/walkthroughs/02-adding-event-handlers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.