Skip to content

Commit 5a0030a

Browse files
docs: fix typos (#2336)
1 parent 7af6c00 commit 5a0030a

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
@@ -172,7 +172,7 @@ except cloudflare.APIStatusError as e:
172172
print(e.response)
173173
```
174174

175-
Error codes are as followed:
175+
Error codes are as follows:
176176

177177
| Status Code | Error Type |
178178
| ----------- | -------------------------- |
@@ -317,8 +317,7 @@ If you need to access undocumented endpoints, params, or response properties, th
317317
#### Undocumented endpoints
318318

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

323322
```py
324323
import httpx

0 commit comments

Comments
 (0)