From 9be52e8ded4278b0880ea47198abec3e32b66365 Mon Sep 17 00:00:00 2001 From: Leonardo Ortiz <83593673+leoortizz@users.noreply.github.com> Date: Mon, 5 Jul 2021 00:15:22 -0300 Subject: [PATCH] fix typo from 'disussion' to 'discussion' --- .../issues/tracking-your-work-with-issues/about-task-lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/issues/tracking-your-work-with-issues/about-task-lists.md b/content/issues/tracking-your-work-with-issues/about-task-lists.md index d5f6316638..e3014201cb 100644 --- a/content/issues/tracking-your-work-with-issues/about-task-lists.md +++ b/content/issues/tracking-your-work-with-issues/about-task-lists.md @@ -27,7 +27,7 @@ topics: A task list is a set of tasks that each render on a separate line with a clickable checkbox. You can select or deselect the checkboxes to mark the tasks as complete or incomplete. -You can use Markdown to create a task list in any comment on {% data variables.product.product_name %}. {% ifversion fpt %}If you reference an issue, pull request, or disussion in a task list, the reference will unfurl to show the title and state.{% endif %} +You can use Markdown to create a task list in any comment on {% data variables.product.product_name %}. {% ifversion fpt %}If you reference an issue, pull request, or discussion in a task list, the reference will unfurl to show the title and state.{% endif %} {% ifversion not fpt %} You can view task list summary information in issue and pull request lists, when the task list is in the initial comment.