Skip to content

Commit 569ad30

Browse files
docs: more typo fixes (#483)
1 parent b8a2ce6 commit 569ad30

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
@@ -328,7 +328,7 @@ customer = response.parse() # get the object that `customers.create()` would ha
328328
print(customer.id)
329329
```
330330

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

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

0 commit comments

Comments
 (0)