Skip to content

Commit e6ef523

Browse files
docs: more typo fixes (#566)
1 parent e003153 commit e6ef523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -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 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.
316+
These methods return a [`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.
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

0 commit comments

Comments
 (0)