Skip to content

Commit

Permalink
docs formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreensp committed Jun 5, 2012
1 parent 5b0346b commit 646765e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/client/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 812,7 @@ Template.api.http_del = {
id: "meteor_http_del",
name: "Meteor.http.del(url, [options], [asyncCallback])",
locus: "Anywhere",
descr: ["Send an HTTP DELETE request. Equivalent to `Meteor.http.call(\"DELETE\", ...). (Named `del` to avoid conflict with JavaScript's `delete``."]
descr: ["Send an HTTP DELETE request. Equivalent to `Meteor.http.call(\"DELETE\", ...)`. (Named `del` to avoid conflict with JavaScript's `delete`."]
};


0 comments on commit 646765e

Please sign in to comment.