Skip to content

Commit 111d3b5

Browse files
docs: fix typos (#564)
1 parent 0b31bea commit 111d3b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ except finch.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
| ----------- | -------------------------- |
@@ -290,7 +290,7 @@ directory = response.parse() # get the object that `hris.directory.list()` woul
290290
print(directory.id)
291291
```
292292

293-
These methods return an [`LegacyAPIResponse`](https://github.com/Finch-API/finch-api-python/tree/main/src/finch/_legacy_response.py) object. This is a legacy class as we're changing it slightly in the next major version.
293+
These methods return a [`LegagcyAPIResponse`](https://github.com/Finch-API/finch-api-python/tree/main/src/finch/_legacy_response.py) object. This is a legacy class as we're changing it slightly in the next major version.
294294

295295
For the sync client this will mostly be the same with the exception
296296
of `content` & `text` will be methods instead of properties. In the
@@ -326,8 +326,7 @@ If you need to access undocumented endpoints, params, or response properties, th
326326
#### Undocumented endpoints
327327

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

332331
```py
333332
import httpx

0 commit comments

Comments
 (0)