Skip to content

Commit

Permalink
Update to fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
saltedfishxx committed Nov 2, 2023
1 parent 44da775 commit 5d74ea0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -781,12 +781,12 @@ Deletes a schedule from TutorConnect.

Imagine the schedule assigned to **Bernice Yu** on **15 September 9am to 11am** has been cancelled, and you want to remove the schedule.

No worries! Let the delete schedule command help you to remove the specific schedule from the tutor list.
No worries! Let the delete schedule command help you!

**Follow these steps**

1. Type `list-s` and press enter to get the index number of the schedule to be deleted.
2. Let's say the schedule to be deleted is in position 1 of the tutor list.
2. Let's say the schedule to be deleted is in position 1 of the schedule list.
3. Type `delete-s 1` and press enter.

**What you can expect to see**
Expand All @@ -805,10 +805,10 @@ Well done! You have deleted the schedule assigned to **Bernice Yu**.

Here is a list of the error messages you may encounter, when the command is entered incorrectly:

| Error Message | Reason |
|----------------------------------------|--------------------------------------------------------------|
| `Invalid command format!` | Invalid or missing `SCHEDULE_INDEX`. |
| `The person index provided is invalid` | `SCHEDULE_INDEX` entered is not in the range of number of tutors. |
| Error Message | Reason |
|------------------------------------------|--------------------------------------------------------------|
| `Invalid command format!` | Invalid or missing `SCHEDULE_INDEX`. |
| `The schedule index provided is invalid` | `SCHEDULE_INDEX` entered is not in the range of number of tutors. |

You can also refer to [input information](#input-examples) for details about valid inputs.

Expand Down

0 comments on commit 5d74ea0

Please sign in to comment.