From 3f1209a857f88e6915c856c73ad6220aad4dbecf Mon Sep 17 00:00:00 2001 From: abactel Date: Mon, 23 Jan 2017 18:40:16 +0000 Subject: [PATCH] task: Increased readability Changed all capital "ID" to lowercase "id", as agnivade asked. --- pages/common/task.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/task.md b/pages/common/task.md index 0264e63c57..8f5d5ac99d 100644 --- a/pages/common/task.md +++ b/pages/common/task.md @@ -12,12 +12,12 @@ - Mark task as completed: -`task {{task_ID}} done` +`task {{task_id}} done` - Modify task: -`task {{task_ID}} modify {{new_thing_to_do}}` +`task {{task_id}} modify {{new_thing_to_do}}` - Delete task: -`task {{task_ID}} delete` +`task {{task_id}} delete`