Skip to content

Commit e3b409c

Browse files
docs: fix typos (#91)
1 parent 071db7c commit e3b409c

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
@@ -110,7 +110,7 @@ except dataherald.APIStatusError as e:
110110
print(e.response)
111111
```
112112

113-
Error codes are as followed:
113+
Error codes are as follows:
114114

115115
| Status Code | Error Type |
116116
| ----------- | -------------------------- |
@@ -253,8 +253,7 @@ If you need to access undocumented endpoints, params, or response properties, th
253253
#### Undocumented endpoints
254254

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

259258
```py
260259
import httpx

0 commit comments

Comments
 (0)