From e6514abfcce117e5516327b9f68323a5de8373fd Mon Sep 17 00:00:00 2001 From: Daniil Zhilin Date: Fri, 23 Mar 2018 12:21:09 +0300 Subject: [PATCH] Make a minor correction --- entries/jQuery.ajax.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entries/jQuery.ajax.xml b/entries/jQuery.ajax.xml index 393bc83c..fa77edcd 100644 --- a/entries/jQuery.ajax.xml +++ b/entries/jQuery.ajax.xml @@ -15,7 +15,7 @@ 1.0 A set of key/value pairs that configure the Ajax request. All settings are optional. A default can be set for any option with $.ajaxSetup(). - + A set of key/value pairs that map a given dataType to its MIME type, which gets sent in the Accept request header. This header tells the server what kind of response it will accept in return. For example, the following defines a custom type mycustomtype to be sent with the request:

 $.ajax({