Skip to content

Commit 7e6d4ef

Browse files
committed
Formatting tweak.
1 parent 44cfc9b commit 7e6d4ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

UploadHttpLink.mjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ export default class UploadHttpLink extends ApolloLink {
6868
* @param {BaseHttpLink.Printer} [options.print] Prints the GraphQL query or
6969
* mutation AST to a string for transport. Defaults to
7070
* {@linkcode defaultPrinter}.
71-
* @param {typeof fetch} [options.fetch] [`fetch`](https://fetch.spec.whatwg.org)
72-
* implementation. Defaults to the {@linkcode fetch} global.
71+
* @param {typeof fetch} [options.fetch]
72+
* [`fetch`](https://fetch.spec.whatwg.org) implementation. Defaults to the
73+
* {@linkcode fetch} global.
7374
* @param {RequestInit} [options.fetchOptions] `fetch` options; overridden by
7475
* upload requirements.
7576
* @param {string} [options.credentials] Overrides

0 commit comments

Comments
 (0)