Skip to content

Commit

Permalink
Fixed typo in prompt box
Browse files Browse the repository at this point in the history
  • Loading branch information
sdl60660 committed Jan 4, 2022
1 parent 381e188 commit fd5f7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Prompt.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
};
const resetPrompt = () => {
message = `${eventActionName} to drop a raindrop anywhere in the the world and watch where it ends up`;
message = `${eventActionName} to drop a raindrop anywhere in the world and watch where it ends up`;
loading = false;
};
Expand Down

1 comment on commit fd5f7e9

@vercel
Copy link

@vercel vercel bot commented on fd5f7e9 Jan 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.