From 67317fd2278ca879eec7bc0b258ceeb3383bcb25 Mon Sep 17 00:00:00 2001 From: Isaac Hatton Date: Sun, 8 Oct 2023 12:37:52 +0100 Subject: [PATCH] Change wording to be more clear about new password 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 f1570b0..13a0559 100644 --- a/src/core/parentClient.ts +++ b/src/core/parentClient.ts @@ -91,7 +91,7 @@ export class ParentClient extends BaseClient { /** * Changes the login password for the current parent account * @param current Current password - * @param new New password + * @param newPassword New password * @returns Whether the request was successful */ async changePassword(currentPassword: string, newPassword: string): Promise {