diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md
index f7ef006aed5..6b962bc72b4 100644
--- a/docs/DeveloperGuide.md
+++ b/docs/DeveloperGuide.md
@@ -253,8 +253,8 @@ A Person object can be obtained from a Meeting's list of attendees by searching
for a `Person` with a name matching `attendeeName`.
### Remove attendee feature
-User can specify an Attendee to remove from a specified Meeting by specifying its index in the list of Attendees.
-This is the main motivation behind using a LinkedHashSet for the implementation of the Attendee Set.
+User can specify an Attendee to remove from a specified Meeting by specifying its index in the list of Attendees.
+This is the main motivation behind using a LinkedHashSet for the implementation of the Attendee Set.
The following sequence diagram shows how the remove attendee operation works:
@@ -452,7 +452,7 @@ _{More to be added}_
1. User requests to list meetings.
2. OutBook shows a list of meetings.
3. User requests to view details of a specific meeting.
-4. OutBook shows the details of the meeting.
+4. OutBook shows the details of the meeting.
4. User requests to remove a specific contact from the meeting.
5. OutBook removes the contact from the meeting.
@@ -495,7 +495,7 @@ _{More to be added}_
2. OutBook marks the specific meeting as complete
3. OutBook updates the last contacted date of attendees to the meeting date
- Use case ends.
+ Use case ends.
**Extensions**
diff --git a/docs/UserGuide.md b/docs/UserGuide.md
index 8795bb031a8..e43d8a7a032 100644
--- a/docs/UserGuide.md
+++ b/docs/UserGuide.md
@@ -177,7 +177,7 @@ Format: `remark INDEX r/REMARK`
* Existing remark will be replaced with `REMARK`.
* You can remove an existing remark by typing `r/`.
-*Examples:
+*Examples:
* `remark 1 r/Owes me a favour` Replaces the previous remark for the 1st contact with "Owes me a favour".
@@ -212,7 +212,7 @@ Examples:
### Adding a meeting: `addm`
-Adds a meeting to OutBook.
+Adds a meeting to OutBook.
Meetings are sorted by start time given.
Format: `addm m/TITLE a/LOCATION s/START e/END [t/TAG]…`
@@ -399,4 +399,4 @@ If your changes to the data file makes its format invalid, OutBook will discard
| **Remove contact from meeting** | `rmmc MEETING_INDEX ATTENDEE_INDEX`
e.g., `rmmc 2 2` |
| **View contact details** | `viewc INDEX`
e.g., `viewc 4` |
| **View meeting details** | `viewm INDEX`
e.g., `viewm 4` |
-| **Exit** | `exit` |
\ No newline at end of file
+| **Exit** | `exit` |
diff --git a/docs/team/jason-raiin.md b/docs/team/jason-raiin.md
index 9deea772c2a..6040360fbf8 100644
--- a/docs/team/jason-raiin.md
+++ b/docs/team/jason-raiin.md
@@ -10,7 +10,7 @@ OutBook is a desktop personal secretary application used for saving contacts and
My contributions to the project are listed below.
-- **New Feature**: Remove contact from meeting command
+- **New Feature**: Remove contact from meeting command
- Added command and parser
- Thorough testing
@@ -28,7 +28,7 @@ My contributions to the project are listed below.
- **Documentation**:
- - User Guide
+ - User Guide
- Remove meeting contact command
- Minor edits
diff --git a/docs/team/juzzztinsoong.md b/docs/team/juzzztinsoong.md
index 2f2ce34dc07..b96548c88d3 100644
--- a/docs/team/juzzztinsoong.md
+++ b/docs/team/juzzztinsoong.md
@@ -9,7 +9,7 @@ OutBook is a desktop personal secretary application used for saving contacts and
My contributions to the project are listed below.
-- **New Feature**:
+- **New Feature**:
- Add LastContactedTime field to Person
- New Commands + Test cases
diff --git a/docs/team/qz1004.md b/docs/team/qz1004.md
index 1a3f80b1d99..87943cbc6f2 100644
--- a/docs/team/qz1004.md
+++ b/docs/team/qz1004.md
@@ -20,7 +20,7 @@ My contributions to the project are listed below.
- **Enhancements to existing features**:
- Add Status field to Person
- - Improve `findc` to search for phone, email, status and tags in addition to name
+ - Improve `findc` to search for phone, email, status and tags in addition to name
- **Documentation**:
- "Add attendee" feature in Developer Guide