From 6828d685ce53aa7a40ad47d3811d41516d0006ca Mon Sep 17 00:00:00 2001 From: AbdulrahmanAlRammah <142239643+AbdulrahmanAlRammah@users.noreply.github.com> Date: Tue, 12 Nov 2024 10:31:37 +0800 Subject: [PATCH] Address #299 --- docs/DeveloperGuide.md | 2 +- docs/UserGuide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index dea887d813a..df834d3ef2c 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -36,7 +36,7 @@ Given below is a quick overview of main components and how they interact with ea **Main components of the architecture** **`Main`** (consisting of classes [`Main`](https://github.com/AY2425S1-CS2103-F10-2/tp/blob/master/src/main/java/seedu/address/Main.java) and [`MainApp`](https://github.com/AY2425S1-CS2103-F10-2/tp/blob/master/src/main/java/seedu/address/MainApp.java)) is in charge of the app launch and shut down. -* At app launch, it initializes the other components in the correct sequence, and connects them up with each other. +* At app launch, it initialises the other components in the correct sequence, and connects them up with each other. * At shut down, it shuts down the other components and invokes cleanup methods where necessary. The bulk of the app's work is done by the following four components: diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 6c81ff3902e..57037d94da6 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -252,7 +252,7 @@ Examples: ### Sorting the person list : `sort` -Sorts the list of persons being viewed by name or date of last visit in ascending or descending order. +Sorts the list of persons being viewed by name (prefix: n) or date of last visit (prefix: d) in ascending or descending order. Format: `sort PARAMETER_PREFIX/ORDER`