Skip to content

Commit ca9cb13

Browse files
k35oSteven Yuan
andauthored
Fix typo in HttpResponse docs (#958)
Co-authored-by: Steven Yuan <[email protected]>
1 parent ef92c8a commit ca9cb13

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.changeset/chilly-flies-double.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

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)