From 3f797ac834ceb63e1adacf6dfe88fe7e812c97a1 Mon Sep 17 00:00:00 2001 From: Veloi <85405932+veloii@users.noreply.github.com> Date: Mon, 18 Sep 2023 20:44:23 +0100 Subject: [PATCH] Update src/core/studentClient.ts Co-authored-by: James Cook --- src/core/studentClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/studentClient.ts b/src/core/studentClient.ts index 1af9311..a749fb0 100644 --- a/src/core/studentClient.ts +++ b/src/core/studentClient.ts @@ -74,7 +74,7 @@ export class StudentClient extends BaseClient { ); } /** - * Purchase a reward item from the current student's rewards shop + * Purchase a reward item from the current student's rewards shop * @param itemId number * @returns An object containg balence and id */