Skip to content

Commit 232bc30

Browse files
Narretzellimist
authored andcommitted
docs($httpProvider): fix broken layout caused by unclosed `
Closes angular#15393
1 parent 80feace commit 232bc30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ function $HttpProvider() {
281281
* If specified as string, it is interpreted as a function registered with the {@link auto.$injector $injector}.
282282
* Defaults to {@link ng.$httpParamSerializer $httpParamSerializer}.
283283
*
284-
* - **`defaults.jsonpCallbackParam`** - `{string} - the name of the query parameter that passes the name of the
284+
* - **`defaults.jsonpCallbackParam`** - `{string}` - the name of the query parameter that passes the name of the
285285
* callback in a JSONP request. The value of this parameter will be replaced with the expression generated by the
286286
* {@link $jsonpCallbacks} service. Defaults to `'callback'`.
287287
*

0 commit comments

Comments
 (0)