From 9ee210c44b31f49021366ee9791591eb9c9caaf6 Mon Sep 17 00:00:00 2001 From: Peter Yates Date: Tue, 26 Dec 2023 11:00:17 +0000 Subject: [PATCH] Slight rewording of task list guide page opening --- guide/content/components/task-list.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/content/components/task-list.slim b/guide/content/components/task-list.slim index 964a4d9e..be996817 100644 --- a/guide/content/components/task-list.slim +++ b/guide/content/components/task-list.slim @@ -3,7 +3,7 @@ title: Task list --- markdown: - The task list component displays a list of related tasks that user needs to do, and allows + The task list component displays a list of related tasks the user needs to do, and allows them to easily identify which ones are done and which they still need to do. You can have multiple tasks lists on a page. Where you have multiple tasks lists, you must add a unique `id_prefix` to each one.