diff --git a/src/eventsource.ts b/src/eventsource.ts index 6a5fef8..9564304 100644 --- a/src/eventsource.ts +++ b/src/eventsource.ts @@ -25,7 +25,7 @@ export type EventSourceOptions = { logger?: Logger; /** - * Fetch implementation to use for connecting. Defaults to globalThis.fetch + * Fetch implementation to use for connecting. Defaults to {@link globalThis.fetch} */ fetch?: typeof fetch; } & Omit;