From dbac8298972be331e81c5e71f31db42150c12998 Mon Sep 17 00:00:00 2001 From: saleh muhammad <74898333+salehmalik121@users.noreply.github.com> Date: Tue, 25 Apr 2023 02:11:44 -0700 Subject: [PATCH] Small typo in code There was token spelled toke which really confused me while implementing ebay-oauth. However I fixed it. --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.