diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 43763597f6..9a3100997c 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -171,13 +171,13 @@ and optional fields with a different order as the format above.
The examples above result in successful patient record additions, which are then saved automatically.
-🚨 Best Practices of using "add" command together with "addVisit" command :
+💡 Best Practices of using "add" command together with "addVisit" command :
1.) When a new patient visits the clinic, we use "add" command.
The "add" command is primarily used for adding a patient record with the patient's basic key details information (such as Name , NRIC , Phone Number), and that Name, NRIC, Patient's First Visit Date, are Compulsory fields.
Other Optional fields includes e.g. Phone Number, Home Address, DOB, and Diagnoses and Medications from patient's first visit.
2.) If the same patient(with same NRIC) comes back to the clinic for a new visit, we use "addVisit" command,
-to key in the visit Date&Time of this new visit event(which is a compulsory field along with NRIC), AND the diagnoses of illnesses and medications prescribed for this new visit event (which are optional fields).
+to key in the visit Date&Time of this new visit event(which is a compulsory field along with NRIC), AND the Diagnoses of illnesses and Medications prescribed for this new visit event (which are optional fields).
3.) We then use "list" command to see all patient information.