From fdfac86f6160977d213c1a9c38c92aa4ff9efb3a Mon Sep 17 00:00:00 2001 From: pelonpelon Date: Wed, 4 Mar 2015 21:02:37 -0600 Subject: [PATCH] Update mithril.request.md --- docs/mithril.request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mithril.request.md b/docs/mithril.request.md index 94cc3c1b..7e97c4e0 100644 --- a/docs/mithril.request.md +++ b/docs/mithril.request.md @@ -337,7 +337,7 @@ You can read more about the [promise exception monitor here](mithril.deferred.md The `config` option can be used to arbitrarily configure the native XMLHttpRequest instance and to access properties that would not be accessible otherwise. -The example below show how to configure a request where the server expects requests to have a `Content-Type: application/json` header +The example below shows how to configure a request where the server expects requests to have a `Content-Type: application/json` header ```javascript var xhrConfig = function(xhr) {