Skip to content

Commit 06e74b4

Browse files
committed
typo in earlier commit
1 parent 71bc23c commit 06e74b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export enum ResponseType {
88
}
99

1010
export type FunctionInvokeOptions = {
11-
/** object representing the headers to send with the request 1 */
11+
/** object representing the headers to send with the request */
1212
headers?: { [key: string]: string }
1313
/** the body of the request */
1414
body?: Blob | BufferSource | FormData | URLSearchParams | ReadableStream<Uint8Array> | string

0 commit comments

Comments
 (0)