Skip to content

Commit 56f04b7

Browse files
committed
Merge branch 'seam-api-request' of github.com:seamapi/javascript-http into seam-api-request
2 parents f963b61 + d5de77d commit 56f04b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ This API is used internally and is not directly supported.
397397
#### Inspecting the Request
398398

399399
All client methods return an instance of `SeamHttpRequest`.
400-
Inspect the request before it is sent to the server by intentionally not awaiting the `SeamHttpRequest`;
400+
Inspect the request before it is sent to the server by intentionally not awaiting the `SeamHttpRequest`:
401401

402402
```ts
403403
const seam = new SeamHttp('your-api-key')

0 commit comments

Comments
 (0)