Skip to content

Commit 345f518

Browse files
docs: fix typos (#218)
1 parent f0894b5 commit 345f518

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
@@ -101,7 +101,7 @@ except onebusaway.APIStatusError as e:
101101
print(e.response)
102102
```
103103

104-
Error codes are as followed:
104+
Error codes are as follows:
105105

106106
| Status Code | Error Type |
107107
| ----------- | -------------------------- |
@@ -232,8 +232,7 @@ If you need to access undocumented endpoints, params, or response properties, th
232232
#### Undocumented endpoints
233233

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

238237
```py
239238
import httpx

0 commit comments

Comments
 (0)