diff --git a/src/index.js b/src/index.js index 072613c..88ec88a 100644 --- a/src/index.js +++ b/src/index.js @@ -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.