Skip to content

Commit 5896532

Browse files
committed
Typo
1 parent f10f431 commit 5896532

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Plugin to add support for file uploads using jQuery $.ajax()
66
##What is this?
77
All this plugin does is:
88

9-
1. Grab the files from file fields on change events and adds the data to an array
9+
1. Grabs the files from file fields on change events and adds the data to an array.
1010
2. On form submit it does a pre-ajax call to the back-end with the file post data.
1111
3. After uploading, information about those files is passed back and appended to a normal $.ajax() call.
1212

0 commit comments

Comments
 (0)