Skip to content

Commit

Permalink
Merge pull request #40 from threshold-network/fix-an-unique
Browse files Browse the repository at this point in the history
Change `an unique` to `a unique`

Just a fix of a typo.
  • Loading branch information
michalsmiarowski authored Mar 4, 2024
2 parents e4856f8 + 80bdd36 commit a602100
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/FlowStep/FlowStep.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ interface FlowStepStoryProps extends FlowStepProps {
const JsxChildren = (
<>
<BodyMd mb={2}>
Provide an ETH address and a BTC Recovery address to generate an unique
BTC deposit address. <Link color="purple.500">Read more</Link>
Provide an ETH address and a BTC Recovery address to generate a unique BTC
deposit address. <Link color="purple.500">Read more</Link>
</BodyMd>
<Image maxW="240px" src={DepositBTCAddressCreationImage} />
</>
Expand All @@ -39,7 +39,7 @@ FlowStep.args = {
preTitle: "Step 1",
title: "Provide Data",
children:
"Provide an ETH address and a BTC Recovery address to generate an unique BTC deposit address.",
"Provide an ETH address and a BTC Recovery address to generate a unique BTC deposit address.",
isDescriptionHidden: false,
isDescriptionArrowHidden: false,
}
Expand Down

0 comments on commit a602100

Please sign in to comment.