Skip to content

Commit 0d5e2bb

Browse files
committed
Typo
1 parent 2b3ac7d commit 0d5e2bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/server/plugins/engine/components/PaymentField.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class PaymentField extends FormComponent {
7070
this.formSchema = paymentStateSchema
7171
// 'required()' forces the payment page to be invalid until we have valid payment state
7272
// i.e. the user will automatically be directed back to the payment page
73-
// if they attempt to access future pages wen no payment entered yet
73+
// if they attempt to access future pages when no payment entered yet
7474
this.stateSchema = paymentStateSchema.required()
7575
}
7676

0 commit comments

Comments
 (0)