Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrahmanAlRammah committed Oct 24, 2024
1 parent a73857e commit 8a54c62
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,14 +177,14 @@ Examples:

Sorts the list of persons being viewed by name or date of last visit in ascending or descending order.

Format: `sort paramater/order`
Format: `sort parameter/order`

* Sorts the displayed list of persons according to the specified order.
* Order can be specified as ascending by leaving the order blank or **asc**, **ascending**
* Order can be specified as descending by **descending** or **desc**
* Order can be specified as ascending by leaving the order blank or **asc**/**ascending**
* Order can be specified as descending by **descending**/**desc**

Examples:
* `sort n/` sorts name in ascending order.
* `sort n/` sorts by name in ascending order.
* `sort d/descending` sorts by date of last visit in descending order.

### Clearing all entries : `clear`
Expand Down

0 comments on commit 8a54c62

Please sign in to comment.