Fix some typos

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-01-10 13:46:42 +01:00
parent 7304f28acc
commit b2faa1406b
25 changed files with 112 additions and 112 deletions

View File

@ -1,4 +1,4 @@
/** Check whether the given input is a valid Nostr hexidecimal pubkey. */
/** Check whether the given input is a valid Nostr hexadecimal pubkey. */
const isPubkey = (value: string) => /^[0-9a-f]{64}$/i.test(value);
export {