Skip to content

Commit b0de6d4

Browse files
stainless-app[bot]stainless-bot
authored andcommitted
docs: fix typos (#665)
1 parent f6528df commit b0de6d4

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
@@ -210,7 +210,7 @@ except lithic.APIStatusError as e:
210210
print(e.response)
211211
```
212212

213-
Error codes are as followed:
213+
Error codes are as follows:
214214

215215
| Status Code | Error Type |
216216
| ----------- | -------------------------- |
@@ -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 an [`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.
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.
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
@@ -370,8 +370,7 @@ If you need to access undocumented endpoints, params, or response properties, th
370370
#### Undocumented endpoints
371371

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

376375
```py
377376
import httpx

0 commit comments

Comments
 (0)