From dfcbc8e2b3ebd3a9c0237c33ba2b88660e6bfa20 Mon Sep 17 00:00:00 2001 From: Scotty Simpson Date: Fri, 12 May 2017 09:40:28 -0700 Subject: [PATCH] docs: Update request.md (#1851) --- docs/request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/request.md b/docs/request.md index 3ed049a5..3277c378 100644 --- a/docs/request.md +++ b/docs/request.md @@ -77,7 +77,7 @@ m.request({ }) ``` -A call to `m.request` return a [promise](promise.md) and trigger a redraw upon completion of its promise chain. +A call to `m.request` returns a [promise](promise.md) and triggers a redraw upon completion of its promise chain. By default, `m.request` assumes the response is in JSON format and parses it into a Javascript object (or array).