From 024c3040be780e95327c361d2f4cb7d0ffb906bf Mon Sep 17 00:00:00 2001 From: Archbee BOT Date: Mon, 29 Apr 2024 14:41:34 +0000 Subject: [PATCH] Archbee draft docs --- docs/walkthroughs/02-adding-event-handlers.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/walkthroughs/02-adding-event-handlers.md b/docs/walkthroughs/02-adding-event-handlers.md index 7bb388214e..00246ac8bd 100644 --- a/docs/walkthroughs/02-adding-event-handlers.md +++ b/docs/walkthroughs/02-adding-event-handlers.md @@ -1,6 +1,6 @@ -# Adding Event Handlers12345 +# 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. QWEQWRQWRQWRQWR +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.