fix typo
This commit is contained in:
parent
a0e39777cd
commit
9b01f09af4
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ In the example below, we take advantage of queuing to debug the AJAX response da
|
|||
|
||||
```javascript
|
||||
var users = m.request({method: "GET", url: "/user"})
|
||||
.then(log);
|
||||
.then(log)
|
||||
.then(function(users) {
|
||||
//add one more user to the response
|
||||
return users.concat({name: "Jane"})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue