From d468bc7d8f1e5036cc5c8d6cefc320684f2b31b4 Mon Sep 17 00:00:00 2001 From: zoebelle-pang Date: Mon, 15 Apr 2024 22:04:01 +0800 Subject: [PATCH] no message --- docs/UserGuide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 839eb7b3c59..f10be84b3ea 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -75,7 +75,7 @@ TutorsGo is a **desktop app for tutors to manage student details, optimized for * You can view a student's note by clicking on the Note button beside the student. The note can be edited using the `edit` command (refer to usage below for more information). -* `PAYMENT` should either be `Paid` or `Not Paid` with case-insensitive input or `-` for unavailable payment status. (i.e., `paid` or `PAID` are valid inputs) +* `PAYMENT` should either be `Paid` or `Not Paid` with case-insensitive input or `-` for not available payment status. (i.e., `paid` or `PAID` are valid inputs) * `PAYMENT` parameter input (i.e. `pa/PAYMENT`), is displayed exactly as it appears in the output. (i.e., Input `PaId` will be displayed as `PaId`)