Skip to content

Commit a602100

Browse files
Merge pull request #40 from threshold-network/fix-an-unique
Change `an unique` to `a unique` Just a fix of a typo.
2 parents e4856f8 + 80bdd36 commit a602100

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/FlowStep/FlowStep.stories.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ interface FlowStepStoryProps extends FlowStepProps {
1616
const JsxChildren = (
1717
<>
1818
<BodyMd mb={2}>
19-
Provide an ETH address and a BTC Recovery address to generate an unique
20-
BTC deposit address. <Link color="purple.500">Read more</Link>
19+
Provide an ETH address and a BTC Recovery address to generate a unique BTC
20+
deposit address. <Link color="purple.500">Read more</Link>
2121
</BodyMd>
2222
<Image maxW="240px" src={DepositBTCAddressCreationImage} />
2323
</>
@@ -39,7 +39,7 @@ FlowStep.args = {
3939
preTitle: "Step 1",
4040
title: "Provide Data",
4141
children:
42-
"Provide an ETH address and a BTC Recovery address to generate an unique BTC deposit address.",
42+
"Provide an ETH address and a BTC Recovery address to generate a unique BTC deposit address.",
4343
isDescriptionHidden: false,
4444
isDescriptionArrowHidden: false,
4545
}

0 commit comments

Comments
 (0)