Skip to content

Commit

Permalink
docs: fix typos (#1995)
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafa-nom authored Jan 8, 2025
1 parent bdfd699 commit be694a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ If you need to access undocumented endpoints, params, or response properties, th
#### Undocumented endpoints

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

```py
Expand Down

0 comments on commit be694a0

Please sign in to comment.