Skip to content

Commit

Permalink
misleading wording
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyKey1 committed Oct 28, 2024
1 parent d1e7716 commit c24f35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/svelte-konva-v1-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ The way to access the corresponding Konva handle in a svelte-konva component has
let rectangle;

onMount(async () => {
// Wait for dom update so the rectangle handle becomes defined
// Wait for dom update so the rectangle component becomes defined
await tick();

- const json = rectangle.toJSON();
Expand Down

0 comments on commit c24f35a

Please sign in to comment.