Skip to content

Commit dbb8ad8

Browse files
author
Dominic Tubach
committed
Fix typo
1 parent 8308512 commit dbb8ad8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/disable-buttons-on-ajax.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
/**
19-
* Adding/removing entries to on array before a previous AJAX call has been
19+
* Adding/removing entries to an array before a previous AJAX call has been
2020
* finished might lead to an inconsistent state. Thus, buttons are disabled
2121
* during AJAX calls. Additionally, form submit is not possible during AJAX
2222
* calls. Fields that initiate an AJAX calls are disabled until the call is

0 commit comments

Comments
 (0)