diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md
index 866dc090fc8..91269a5b5ff 100644
--- a/docs/DeveloperGuide.md
+++ b/docs/DeveloperGuide.md
@@ -553,7 +553,7 @@ testers are expected to do more *exploratory* testing.
1. Viewing the calendar to show monthly sessions.
- 1. Prerequisites: List all students using the `list` command. At least one student in the list has a datetime. If none, copy `add n/Tom Jerry p/98765432 e/tom@example.com a/tom street, block 123, #01-01 g/B+ s/Mathematics d/2024-02-03 1800` and change date to current month and year.
+ 1. Prerequisites: List all students using the `list` command. At least one student in the list has a datetime. If none, copy `add n/Tom Jerry p/98765432 e/tom@example.com a/tom street, block 123, #01-01 d/2024-02-03 1800` and change date to current month and year.
1. Test case: `view`
Expected: Calendar window opens and sessions show up in calendar box corresponding to information from the list.
diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 33e47ac2aa5..c06375c6b0c 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -97,7 +97,7 @@ Format: `help`
Adds a student to the address book.
-Format: `add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS [g/GRADE] [s/SUBJECT] [at/ATTENDANCE] [pa/PAYMENT] [nt/NOTE] [d/DATETIME] [t/TAG]…`
+Format: `add n/NAME p/PHONE_NUMBER e/EMAIL a/ADDRESS [g/GRADE] [s/SUBJECT] [at/ATTENDANCE] [pa/PAYMENT] [nt/NOTE] [d/DATETIME]… [t/TAG]…`