Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 17ddba8

Browse files
committed
docs($httpProvider): fix broken layout caused by unclosed `
Closes #15393
1 parent ce49edc commit 17ddba8

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)