Skip to content

Commit bce82c8

Browse files
committed
Fix doc
1 parent 63b93fc commit bce82c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ data: { key1: 'value1', key2: 'value2' }
129129
Avaliable value:
130130
* `json` : post request data with json string in post body.
131131
* You may need polyfill `JSON` functionality with old browsers, recommending: https://github.com/douglascrockford/JSON-js/blob/master/json2.js
132-
* `form` : (default) post request body with form http format
132+
* `form` : (default) post request body with http form (x-www-form-urlencoded) format
133133

134134

135135
### dataType

0 commit comments

Comments
 (0)