Skip to content

Commit 4f7491f

Browse files
docs: fix typos (#564)
1 parent 8604bf9 commit 4f7491f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ except finch.APIStatusError as e:
195195
print(e.response)
196196
```
197197

198-
Error codes are as followed:
198+
Error codes are as follows:
199199

200200
| Status Code | Error Type |
201201
| ----------- | -------------------------- |
@@ -313,7 +313,7 @@ directory = response.parse() # get the object that `hris.directory.list()` woul
313313
print(directory.id)
314314
```
315315

316-
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.
316+
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.
317317

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

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

355354
```py
356355
import httpx

0 commit comments

Comments
 (0)