diff --git a/README.md b/README.md index 3f2f0bf4..76152026 100644 --- a/README.md +++ b/README.md @@ -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 */ });