Skip to content

Commit b4bdf9f

Browse files
authored
Update ChainParametersForm.tsx
1 parent 73f4be7 commit b4bdf9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/calculator/ChainParametersForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export function ChainParametersForm(): ReactElement {
196196
labelClass="calculator-label"
197197
data={comparableTransactionTypeOptions}
198198
onSelect={setComparableTransactionType}
199-
description="What are the transaction types are similar to"
199+
description="What transaction types are similar to"
200200
className="calculator-select t-1 sm:text-lg py-1 px-2 sm:py-2 sm:px-4"
201201
label="Comparable Transaction Type"
202202
/>

0 commit comments

Comments
 (0)