Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
edu-stx committed Jan 10, 2023
1 parent 935e33d commit a280c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/validators/btc-address-validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { SUPPORTED_BTC_ADDRESS_FORMATS } from '@constants/index';
export function btcAddressSchema() {
return yup
.string()
.defined(`Enter the BTC address where you'd like to recieve your rewards`)
.defined(`Enter the BTC address where you'd like to receive your rewards`)
.test({
name: 'slkdjfslk',
message: `The BTC address you've entered is not valid`,
Expand Down

0 comments on commit a280c13

Please sign in to comment.