diff --git a/docs/web-services.md b/docs/web-services.md index e3a548ef..6339e347 100644 --- a/docs/web-services.md +++ b/docs/web-services.md @@ -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"})