From 073c00caca104c9472d60bf20d125200e76ba6cf Mon Sep 17 00:00:00 2001 From: gavingoh99 Date: Fri, 12 Apr 2024 08:36:13 +0800 Subject: [PATCH] Tweak details of UG to align with conventions --- docs/UserGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 96210e97cf0..71ec6a21d2e 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -204,7 +204,7 @@ Negative Examples: - `addfav` returns an error message as it must be accompanied by the 'INDICES' field - `addfav 1 i/ 2, 5` returns an error message as there should not be prefixes before the 'INDICES' field -### Showing favourite contacts : `listfav` +### Listing favourite contacts : `listfav` Lists the contacts that are marked as favourites @@ -460,7 +460,7 @@ Furthermore, certain edits can cause GourmetGrid to behave in unexpected ways (e | **List Orders** | `listorder INDEX` | | **Delete Order** | `deleteorder INDEX o/ORDER_INDEX`
e.g., `deleteorder 2 o/1` | | **Add Favourite** | `addfav i/INDICES`
e.g., `addfav i/1,2` | -| **Show Favourites** | `listfav` | +| **List Favourites** | `listfav` | | **Remove Favourite** | `removefav i/INDICES`
e.g., `removefav i/2` | | **List** | `list` | | **Help** | `help` |