Skip to content

Commit

Permalink
Update +page.svelte (#26)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Dawn11111111 authored Dec 6, 2024
1 parent b0b681b commit ded9f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/fork/[slug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
});
console.log('event to publish:', event);
let relays = await event.publish();
resultMessage = 'Succes!';
resultMessage = 'Success!';
relays.forEach((relay) => {
relay.once('published', () => {
console.log('published to', relay);
Expand Down

0 comments on commit ded9f37

Please sign in to comment.