Skip to content

Commit 666d284

Browse files
committed
corrects typo in add function description
1 parent 8341433 commit 666d284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/jquery.fileupload.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
// The add callback is invoked as soon as files are added to the fileupload
145145
// widget (via file input selection, drag & drop, paste or add API call).
146146
// If the singleFileUploads option is enabled, this callback will be
147-
// called once for each file in the selection for XHR file uplaods, else
147+
// called once for each file in the selection for XHR file uploads, else
148148
// once for each file selection.
149149
// The upload starts when the submit method is invoked on the data parameter.
150150
// The data object contains a files property holding the added files

0 commit comments

Comments
 (0)