Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/calculator/ChainParametersForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function ChainParametersForm(): ReactElement {
labelClass="calculator-label"
data={comparableTransactionTypeOptions}
onSelect={setComparableTransactionType}
description="What are the transaction types are similar to"
description="What transaction types are similar to"
className="calculator-select t-1 sm:text-lg py-1 px-2 sm:py-2 sm:px-4"
label="Comparable Transaction Type"
/>
Expand Down