Skip to content

Commit

Permalink
Fix grammar in command description
Browse files Browse the repository at this point in the history
  • Loading branch information
aslam341 committed Nov 13, 2023
1 parent fdb822a commit 10c5a9d
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 @@ -846,11 +846,11 @@ Examples:
### Delete a task from a project: `deleteT`
Deletes the specified task(s) from the specified project in TaskHub.
Delete the specified task(s) from the specified project in TaskHub.
Format: `deleteT pr/PROJECT_INDEX t/TASK_INDEX [MORE_TASK_INDEXES]`
* Deletes the tasks at the specified `TASK_INDEX`(es), from the project at the specified `PROJECT_INDEX`.
* Delete the task(s) at the specified `TASK_INDEX`(es), from the project at the specified `PROJECT_INDEX`.
* The project index refers to the index number shown in the displayed project panel.
* The task index(es) refer to the index number(s) shown in the task list of the above specified project.
* The indexes **must be positive integers** 1, 2, 3,...
Expand Down

0 comments on commit 10c5a9d

Please sign in to comment.