From e48e30428aac39cf8f530501bf85d582dd497251 Mon Sep 17 00:00:00 2001 From: Isaac Hatton Date: Sun, 8 Oct 2023 12:38:09 +0100 Subject: [PATCH] Change current to currentPassword for clarity Co-authored-by: James Cook --- src/core/parentClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/parentClient.ts b/src/core/parentClient.ts index 13a0559..e500ed6 100644 --- a/src/core/parentClient.ts +++ b/src/core/parentClient.ts @@ -90,7 +90,7 @@ export class ParentClient extends BaseClient { } /** * Changes the login password for the current parent account - * @param current Current password + * @param currentPassword Current password * @param newPassword New password * @returns Whether the request was successful */