From 0c785cb007abcad27c1d03c1dc5c5e3b177fa62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurica=20Zuanovi=C4=87?= Date: Tue, 15 Jan 2019 01:11:51 +0100 Subject: [PATCH] Spelling change (#27802) Change "taks" to "tasks" --- guide/english/agile/burndown-charts-and-burnup-charts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/agile/burndown-charts-and-burnup-charts/index.md b/guide/english/agile/burndown-charts-and-burnup-charts/index.md index 9f6492cf8a..420e548a6a 100644 --- a/guide/english/agile/burndown-charts-and-burnup-charts/index.md +++ b/guide/english/agile/burndown-charts-and-burnup-charts/index.md @@ -5,7 +5,7 @@ title: Burndown Charts and Burnup Charts Burndown and burnup charts are used to measure progress of a project-- usually a development sprint under the Agile methodology. Both charts visually represent work versus time. -Burndown charts show how much work is left to be done versus the amount of time remaining. The Y axis represents work left to be done-- usually relating to a time estimate assigned to each task, e.g. story points-- and the X axis represents time left. Two lines are used; the first-- "Ideal Work Remaining Line"-- represents an ideal burndown, where each day an amount of work proportional to the total amount of time is completed, resulting in a straight line. The second "Actual Work Remaining Line" is used to plot actual progress as taks move through development to a done state. An example of a burndown chart is shown below. +Burndown charts show how much work is left to be done versus the amount of time remaining. The Y axis represents work left to be done-- usually relating to a time estimate assigned to each task, e.g. story points-- and the X axis represents time left. Two lines are used; the first-- "Ideal Work Remaining Line"-- represents an ideal burndown, where each day an amount of work proportional to the total amount of time is completed, resulting in a straight line. The second "Actual Work Remaining Line" is used to plot actual progress as tasks move through development to a done state. An example of a burndown chart is shown below. ![alt text](https://upload.wikimedia.org/wikipedia/commons/8/8c/Burn_down_chart.png "Image Source: Wikipedia")