diff --git a/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte b/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte index e75c78106a..412306da22 100644 --- a/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte +++ b/site/content/tutorial/05-events/06-dom-event-forwarding/app-b/App.svelte @@ -2,8 +2,8 @@ import CustomButton from './CustomButton.svelte'; function handleClick() { - alert('clicked'); + alert('Button Clicked'); } - \ No newline at end of file +