diff --git a/src/ng/http.js b/src/ng/http.js index d6cf0458ba3d..1e08bc28e05a 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -782,7 +782,7 @@ function $HttpProvider() { * Shortcut method to perform `JSONP` request. * * @param {string} url Relative or absolute URL specifying the destination of the request. - * Should contain `JSON_CALLBACK` string. + * The name of the callback should be the string `JSON_CALLBACK`. * @param {Object=} config Optional configuration object * @returns {HttpPromise} Future object */