Skip to content

Commit f6ad76f

Browse files
committed
fix spelling in comments
1 parent f91d679 commit f6ad76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/django-formset/DjangoFormset.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ class DjangoButton {
898898
}
899899

900900
/**
901-
* Confirm a user response. If it is accepted proceed, otherwise reject.
901+
* Confirm a user response. If it is accepted, proceed, otherwise reject.
902902
*/
903903
//@allowedAction
904904
private confirm(message: string) {
@@ -950,7 +950,7 @@ class DjangoButton {
950950
}
951951

952952
/**
953-
* Transfer value from one element to another one.
953+
* Set value in extra data to be summitted with formset_data.
954954
*/
955955
//@allowedAction
956956
private setExtraData(target: Path, source: FieldValue) {

0 commit comments

Comments
 (0)