Skip to content

Commit a787f42

Browse files
authored
Fixing bode to body.
1 parent c7640d3 commit a787f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/types/src/http.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface HttpResponse extends HttpMessage {
3838
* @public
3939
*
4040
* Represents an HTTP message with headers and an optional static or streaming
41-
* body. bode: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
41+
* body. body: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
4242
*/
4343
export interface HttpMessage {
4444
headers: HeaderBag;

0 commit comments

Comments
 (0)