From b97ae41a1e2b1ad4039f41012192e8e356cb1cee Mon Sep 17 00:00:00 2001 From: Isaac Hatton Date: Sun, 8 Oct 2023 12:36:33 +0100 Subject: [PATCH] Change wording to be more precise 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 27fa8ff..70ce07b 100644 --- a/src/core/parentClient.ts +++ b/src/core/parentClient.ts @@ -92,7 +92,7 @@ export class ParentClient extends BaseClient { * Changes the login password for this parent's account * @param current Current password * @param new New password - * @returns whether it was successful or not + * @returns Whether the request was successful */ async changePassword(this: ParentClient, current: string, newPassword: string): Promise{ const formData = new URLSearchParams();