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

@@ -323,7 +323,7 @@ export function cron (options = {}) {
// Tally each task
let todoTally = 0;
// make uncompleted To-Dos redder (further incentive to complete them)
// make uncompleted To Do's redder (further incentive to complete them)
tasksByType.todos.forEach(task => {
if (
task.completed