From 93cdaed80a5bff023849017c2f46cdf44ea7d235 Mon Sep 17 00:00:00 2001 From: santese <43831817+santese@users.noreply.github.com> Date: Tue, 20 Jul 2021 17:28:11 -0700 Subject: [PATCH] fix(update methods): updated Auth for Methods --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index f172121..77e4f0b 100644 --- a/src/index.ts +++ b/src/index.ts @@ -245,7 +245,7 @@ class Egnyte { } /** - * retrieves available global licensing for both user and storage that isn't assigned to customers + * retrieves available global licensing for both user and storage that aren't assigned to customers * @returns object containing the available user and storage data */ async getPlans(): Promise {