Skip to content

Commit b37855b

Browse files
docs: fix typos (#98)
1 parent 3eacd32 commit b37855b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ except browserbase.APIStatusError as e:
107107
print(e.response)
108108
```
109109

110-
Error codes are as followed:
110+
Error codes are as follows:
111111

112112
| Status Code | Error Type |
113113
| ----------- | -------------------------- |
@@ -246,8 +246,7 @@ If you need to access undocumented endpoints, params, or response properties, th
246246
#### Undocumented endpoints
247247

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

252251
```py
253252
import httpx

0 commit comments

Comments
 (0)