From 68cb1fd5662fc753b3ffa83ee0a0ef8ebe1b78ba Mon Sep 17 00:00:00 2001
From: Pearlynn <98682935+PearlynnT@users.noreply.github.com>
Date: Tue, 14 Nov 2023 11:52:09 +0800
Subject: [PATCH] Edit Doc
---
docs/DeveloperGuide.md | 16 ++++++++--------
docs/UserGuide.md | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md
index eb2232bdabc..eb508ed1594 100644
--- a/docs/DeveloperGuide.md
+++ b/docs/DeveloperGuide.md
@@ -622,22 +622,22 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
2. Student provides the group number.
3. StudentConnect retrieves the group by the given group number.
4. If the group exists, StudentConnect displays the group in the group panel.
-5. StudentConnect displays the listed tasks along with a success message.
+5. StudentConnect displays the listed tasks along with a success message.
Use case ends.
**Extensions:**
* 2a. The student enters a non-existent group number.
- * 2a1. StudentConnect shows an error message: "Group with the provided group number not found."
+ * 2a1. StudentConnect shows an error message: "Group with the provided group number not found."
Use case ends.
* 2b. The student enters an invalid group number.
- * 2a1. StudentConnect shows an error message: "Invalid command format!"
+ * 2b1. StudentConnect shows an error message: "Invalid command format!"
Use case ends.
* 4a. The specified group exists but has no tasks initialised.
* 4a1. StudentConnect initialises the tasks for the group.
- * 4a2. StudentConnect displays the newly initialised tasks along with a success message.
+ * 4a2. StudentConnect displays the newly initialised tasks along with a success message.
Use case resumes at step 5.
* 4b. Task initialisation fails due to a system error.
@@ -658,11 +658,11 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
**Extensions:**
* 2a. The specified group does not exist.
- * 2a1. StudentConnect shows an error message: "Group with the provided group number not found."
+ * 2a1. StudentConnect shows an error message: "Group with the provided group number not found."
Use case ends.
* 2b. The specified task index is invalid.
- * 2b1. StudentConnect shows an error message: "Invalid task index. Task not found."
+ * 2b1. StudentConnect shows an error message: "Invalid task index. Task not found."
Use case ends.
**Use Case: UC18 - Mark Task as Not Done**
@@ -679,11 +679,11 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
**Extensions:**
* 2a. The specified group does not exist.
- * 2a1. StudentConnect shows an error message: "Group with the provided group number not found."
+ * 2a1. StudentConnect shows an error message: "Group with the provided group number not found."
Use case ends.
* 2b. The specified task index is invalid.
- * 2b1. StudentConnect shows an error message: "Invalid task index. Task not found."
+ * 2b1. StudentConnect shows an error message: "Invalid task index. Task not found."
Use case ends.
**Use Case: UC19 - Get help**
diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 1d8d406e3f8..fef15a5cbce 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -484,7 +484,7 @@ Creates a new empty group with the given tutorial number. The group number is au
![Sample result for create](images/create.png)
-#### Expected Output(Failure):
+#### Expected Output (Failure):
* Case: Invalid command format, e.g. `create`, `create 02`, etc.
Message: `Invalid command format!`
`create: Creates a new empty group.`