Skip to content

Commit ed7d44b

Browse files
authored
docs: fix misleading typo in comments
It's referencing goodeggs-fetch, our private wrapper around this public library.
1 parent 0dd701b commit ed7d44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export interface JsonFetchOptions extends Omit<RequestInit, 'body'> {
1212
// see https://github.com/node-fetch/node-fetch/blob/8721d79208ad52c44fffb4b5b5cfa13b936022c3/%40types/index.d.ts#L76:
1313
agent?: Agent | ((parsedUrl: URL) => Agent);
1414

15-
// goodeggs-fetch options:
15+
// json-fetch options:
1616
body?: Record<string, unknown>;
1717
shouldRetry?: (responseOrError: Response | Error) => boolean;
1818
retry?: Parameters<typeof promiseRetry>[0];

0 commit comments

Comments
 (0)