From 89165e9cab3218891cd65237f5650e3274b0f026 Mon Sep 17 00:00:00 2001 From: impinball Date: Sat, 2 Apr 2016 15:51:38 -0400 Subject: [PATCH] Fix documentation nit --- mithril.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; }