Skip to content

Commit

Permalink
docs: Fix typo in README.md (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
genya0407 authored Jul 18, 2023
1 parent 5c04c94 commit bdcc0ba
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 @@ -169,7 +169,7 @@ managers by the type of object they interact with.

For example:
```js
// Get the user opject for the current user
// Get the user object for the current user
client.users.get(client.CURRENT_USER_ID)
.then(currentUser => { /* ... */ })
.catch(error => { /* handle any errors */ });
Expand Down

0 comments on commit bdcc0ba

Please sign in to comment.