We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f963b61 + d5de77d commit 56f04b7Copy full SHA for 56f04b7
README.md
@@ -397,7 +397,7 @@ This API is used internally and is not directly supported.
397
#### Inspecting the Request
398
399
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`;
+Inspect the request before it is sent to the server by intentionally not awaiting the `SeamHttpRequest`:
401
402
```ts
403
const seam = new SeamHttp('your-api-key')
0 commit comments