Skip to content

Commit

Permalink
Docs: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kitschpatrol committed Jan 26, 2024
1 parent 94e590d commit 18aa1c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/examples/docs/SvelteTweakpaneEventExample.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
let internalChangeCount = 0;
let externalChangeCount = 0;
// Chang event handler The SliderChangeEvent type is a convenient alias
// Change event handler
// The SliderChangeEvent type is a convenient alias
// to ValueChangeEvent<number>
function onChange(event: SliderChangeEvent) {
// Identify where the event came from, 'internal' or 'external'
Expand Down

0 comments on commit 18aa1c2

Please sign in to comment.