From 5803088d92403b12bd255fae62e7aa3a111e7919 Mon Sep 17 00:00:00 2001 From: Isaac Hatton Date: Sun, 8 Oct 2023 12:36:52 +0100 Subject: [PATCH] Change wording to be correct and clear about current parent account 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 70ce07b..6f4aecc 100644 --- a/src/core/parentClient.ts +++ b/src/core/parentClient.ts @@ -89,7 +89,7 @@ export class ParentClient extends BaseClient { throw new Error("No pupil with specified ID returned"); } /** - * Changes the login password for this parent's account + * Changes the login password for the current parent account * @param current Current password * @param new New password * @returns Whether the request was successful