Skip to content

Commit 8fac2be

Browse files
author
Rich Harris
committed
tweak
1 parent d5b80c5 commit 8fac2be

File tree

1 file changed

+1
-1
lines changed
  • content/tutorial/01-svelte/05-events/05-event-forwarding

1 file changed

+1
-1
lines changed

content/tutorial/01-svelte/05-events/05-event-forwarding/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ But that's a lot of code to write, so Svelte gives us an equivalent shorthand
3030
import Inner from './Inner.svelte';
3131
</script>
3232
33-
<Inner on:message/>
33+
<Inner +++on:message+++/>
3434
```

0 commit comments

Comments
 (0)