diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md
index 62803f60e28..977d9317c8c 100644
--- a/docs/DeveloperGuide.md
+++ b/docs/DeveloperGuide.md
@@ -1059,8 +1059,8 @@ testers are expected to do more *exploratory* testing.
- For a simple example, use the appointment added in the test case for adding a person.
2. Test case:`find appt n/[NAME]`
3. Expected: The list is updated to show all the appointments with names containing "[NAME]", non-case-sensitive.
- - The status bar shows the following: "Found `n` appointments".
- - The `n` refers to the amount of appointment for people with names containing "elmo".
+ - The status bar shows the following: "Found `x` appointments".
+ - The `x` refers to the amount of appointment for people with names containing "elmo".
- The list of appointments should now only show appointments matching the criteria.
### Clearing person list
diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 55c466ddab4..dcda9b7acb5 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -213,6 +213,7 @@ and clearing persons/appointments.
Here are some **key points** to keep in mind when you are using the commands:
+- Appointments are sorted by date and Patients are sorted in chronological order.
- You should supply **all** the fields (words in **`UPPER_CASE`**) that are needed for a command.
_**Example:** In `add person n/NAME`, **`NAME`** is a field which can be used as `add person n/John Doe`._
@@ -425,7 +426,7 @@ Edits an existing patient in DocTrack.
-**Tip:** When trying to add tags while keeping existing tags, remember to type in all the pre-existing tags with your new tags
+**Tip:** When trying to add tags while keeping existing tags, remember to type in all the pre-existing tags with your new tags.
@@ -497,7 +498,7 @@ Note that deleting a person will also delete all related appointments.
-**Tip:** Make you have the correct index of the patient before deleting. Use `list person` to check
+**Tip:** Make sure you have the correct index of the patient before deleting. Use `list person` to check.
@@ -565,7 +566,7 @@ You can manage the appointments through different commands, which can be seen in
**Notes:**
-1. The date and time inputs are resolved "smartly" - meaning that certain incorrect dates will be allowed, e.g. `2025-02-29 12:00` will be parsed as `2024-02-28 12:00`.
+1. The date and time inputs are resolved "smartly" - meaning that certain incorrect dates will be allowed, e.g. `2025-02-29 12:00` will be parsed as `2025-02-28 12:00`.
@@ -697,7 +698,7 @@ You can find appointments whose person names and / or dates contain any of the g
-**Tip:** Use the `find appt` command to filter out appointments for a certain day or patient
+**Tip:** Use the `find appt` command to filter out appointments for a certain day or patient.