Skip to content

Commit

Permalink
Merge pull request #1046 from dm3-org/feature/addCIReadme
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
malteish authored Jun 24, 2024
2 parents 8f488d5 + 0c0498c commit 59f21dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export async function claimAddress(
const { status } = await axios.post(url, data);
return status === 200;
} catch (err) {
console.log('subdomain alreday claimed');
console.log('subdomain already claimed');
return false;
}
}
Expand Down

0 comments on commit 59f21dc

Please sign in to comment.