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.
1 parent af32603 commit d5de77dCopy full SHA for d5de77d
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