Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class EbayOauthToken {
}

/**
* generate application access toke for client credentials grant flow.
* generate application access token for client credentials grant flow.
* @param environment Environment (production/sandbox).
* @param scopes array list of scopes for which you need to generate the access token.
* @return accessToken object.
Expand Down