From f781ecb2f65faa45296f5896b9d9aafdaf5733f9 Mon Sep 17 00:00:00 2001 From: Robin Olsen Date: Mon, 6 Apr 2026 17:02:58 +0200 Subject: [PATCH] fix typo --- cmd/pm/tasks/sprintPlanning.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/pm/tasks/sprintPlanning.go b/cmd/pm/tasks/sprintPlanning.go index b58a673..db1378c 100644 --- a/cmd/pm/tasks/sprintPlanning.go +++ b/cmd/pm/tasks/sprintPlanning.go @@ -15,7 +15,7 @@ A new sprint is starting and you need to organize the backlog. You will be given a list of issues with different priorities and dependencies. A sprint is a time-boxed period during which a team works to complete a set of tasks. -A print is composed of tasks that are selected from the backlog, which is a list of all pending work items. +A sprint is composed of tasks that are selected from the backlog, which is a list of all pending work items. Your task: 1. View the backlog in the kanban/board/sprint view.