Skip to content

Commit 35edab0

Browse files
docs: fix typos
1 parent bbb6747 commit 35edab0

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
@@ -99,7 +99,7 @@ except gitpod.APIStatusError as e:
9999
print(e.response)
100100
```
101101

102-
Error codes are as followed:
102+
Error codes are as follows:
103103

104104
| Status Code | Error Type |
105105
| ----------- | -------------------------- |
@@ -238,8 +238,7 @@ If you need to access undocumented endpoints, params, or response properties, th
238238
#### Undocumented endpoints
239239

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

244243
```py
245244
import httpx

0 commit comments

Comments
 (0)