diff --git a/mithril.d.ts b/mithril.d.ts index 63074dd1..d02c016e 100644 --- a/mithril.d.ts +++ b/mithril.d.ts @@ -845,8 +845,7 @@ declare namespace Mithril { config?(xhr: XMLHttpRequest, options: this): any; /** - * The data to send with the request. This is automatically serialized - * to a querystring. + * The data to send with the request. */ data?: Object; }