tweaks to docs

This commit is contained in:
Leo Horie 2016-12-07 10:09:49 -05:00
parent f1f52445ec
commit ae916664de
3 changed files with 3 additions and 3 deletions

View file

@ -76,7 +76,7 @@ m.request({
})
```
Calls to `m.request` return a [promise](promise.md).
A call to `m.request` return a [promise](promise.md) and trigger 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).