Skip to content

Commit

Permalink
Fix typo in HttpResponse docs (smithy-lang#958)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Yuan <[email protected]>
  • Loading branch information
k35o and Steven Yuan authored Apr 11, 2024
1 parent ef92c8a commit ca9cb13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .changeset/chilly-flies-double.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
2 changes: 1 addition & 1 deletion packages/types/src/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export interface HttpResponse extends HttpMessage {
* @public
*
* Represents an HTTP message with headers and an optional static or streaming
* body. bode: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
* body. body: ArrayBuffer | ArrayBufferView | string | Uint8Array | Readable | ReadableStream;
*/
export interface HttpMessage {
headers: HeaderBag;
Expand Down

0 comments on commit ca9cb13

Please sign in to comment.