diff --git a/docs/client/api.js b/docs/client/api.js index 4d83217bb5..0bb610c3d7 100644 --- a/docs/client/api.js +++ b/docs/client/api.js @@ -1678,7 +1678,7 @@ Template.api.httpcall = { args: [ {name: "method", type: "String", - descr: 'The HTTP method to use: "`GET`", "`POST`", "`PUT`", or "`DELETE`".'}, + descr: 'The [HTTP method](http://en.wikipedia.org/wiki/HTTP_method) to use, such as "`GET`", "`POST`", or "`HEAD`".'}, {name: "url", type: "String", descr: 'The URL to retrieve.'},