To-Dos -> To Do's (#12290)

* To-Dos -> To Do's

* To-Do -> To Do
This commit is contained in:
Matteo Pagliazzi
2020-06-17 17:33:30 +02:00
committed by GitHub
parent d7854f3809
commit 39427a75db
18 changed files with 74 additions and 74 deletions

View File

@@ -903,7 +903,7 @@ api.scoreTask = {
/**
* @api {post} /api/v3/tasks/:taskId/move/to/:position Move a task to a new position
* @apiDescription Note: completed To-Dos are not sortable,
* @apiDescription Note: completed To Do's are not sortable,
* do not appear in user.tasksOrder.todos, and are ordered by date of completion.
* @apiName MoveTask
* @apiGroup Task
@@ -1483,7 +1483,7 @@ api.unlinkOneTask = {
/**
* @api {post} /api/v3/tasks/clearCompletedTodos Delete user's completed todos
* @apiName ClearCompletedTodos
* @apiDescription Deletes all of a user's completed To-Dos except
* @apiDescription Deletes all of a user's completed To Do's except
* those belonging to active Challenges and Group Plans.
* @apiGroup Task
*