Skip to content

Commit

Permalink
Tweak details of UG to align with conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
gavingoh99 committed Apr 12, 2024
1 parent 16069ed commit 073c00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`<br> e.g., `deleteorder 2 o/1` |
| **Add Favourite** | `addfav i/INDICES`<br> e.g., `addfav i/1,2` |
| **Show Favourites** | `listfav` |
| **List Favourites** | `listfav` |
| **Remove Favourite** | `removefav i/INDICES`<br> e.g., `removefav i/2` |
| **List** | `list` |
| **Help** | `help` |
Expand Down

0 comments on commit 073c00c

Please sign in to comment.