Skip to content

Commit f97e3bc

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs: more typo fixes (#666)
1 parent b0de6d4 commit f97e3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ card = response.parse() # get the object that `cards.create()` would have retur
332332
print(card.token)
333333
```
334334

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

337337
For the sync client this will mostly be the same with the exception
338338
of `content` & `text` will be methods instead of properties. In the

0 commit comments

Comments
 (0)