Skip to content

Commit

Permalink
Update +page.svelte (#25)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Dawn11111111 authored Dec 6, 2024
1 parent ded9f37 commit 930e09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/bookmarks/edit/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
console.log('publish failed to', relay, err);
});
});
resultMessage = 'Succes!';
resultMessage = 'Success!';
let naddr = nip19.naddrEncode({
identifier: title.toLowerCase().replaceAll(' ', '-'),
kind: 30001,
Expand Down

0 comments on commit 930e09e

Please sign in to comment.