Skip to content

Commit fbb9885

Browse files
docs: fix typos (#2336)
1 parent b946d17 commit fbb9885

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ except cloudflare.APIStatusError as e:
174174
print(e.response)
175175
```
176176

177-
Error codes are as followed:
177+
Error codes are as follows:
178178

179179
| Status Code | Error Type |
180180
| ----------- | -------------------------- |
@@ -319,8 +319,7 @@ If you need to access undocumented endpoints, params, or response properties, th
319319
#### Undocumented endpoints
320320

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

325324
```py
326325
import httpx

0 commit comments

Comments
 (0)