Skip to content

Commit d4f4bae

Browse files
docs: fix typos (#98)
1 parent 01d5bd5 commit d4f4bae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ except browserbase.APIStatusError as e:
120120
print(e.response)
121121
```
122122

123-
Error codes are as followed:
123+
Error codes are as follows:
124124

125125
| Status Code | Error Type |
126126
| ----------- | -------------------------- |
@@ -259,8 +259,7 @@ If you need to access undocumented endpoints, params, or response properties, th
259259
#### Undocumented endpoints
260260

261261
To make requests to undocumented endpoints, you can make requests using `client.get`, `client.post`, and other
262-
http verbs. Options on the client will be respected (such as retries) will be respected when making this
263-
request.
262+
http verbs. Options on the client will be respected (such as retries) when making this request.
264263

265264
```py
266265
import httpx

0 commit comments

Comments
 (0)