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
|
```javascript
|
||||||
var users = m.request({method: "GET", url: "/user"})
|
var users = m.request({method: "GET", url: "/user"})
|
||||||
.then(log);
|
.then(log)
|
||||||
.then(function(users) {
|
.then(function(users) {
|
||||||
//add one more user to the response
|
//add one more user to the response
|
||||||
return users.concat({name: "Jane"})
|
return users.concat({name: "Jane"})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue