From 529509b2f43b468153684ef866832bef3f66d86f Mon Sep 17 00:00:00 2001 From: "Carlos A. Perez" Date: Thu, 13 Dec 2018 21:21:14 -0500 Subject: [PATCH] Uncapitalized the word "iteration". (#24720) Changed "Iteration" to "iteration". --- guide/english/agile/velocity/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/agile/velocity/index.md b/guide/english/agile/velocity/index.md index 26f8838c71..5e14bb72ee 100644 --- a/guide/english/agile/velocity/index.md +++ b/guide/english/agile/velocity/index.md @@ -3,7 +3,7 @@ title: Velocity --- ## Velocity -On a Scrum team, you determine the velocity at the end of each Iteration. It is simply the sum of Story Points completed within the timebox. +On a Scrum team, you determine the velocity at the end of each iteration. It is simply the sum of Story Points completed within the timebox. Having a predictable, consistent velocity allows your team to plan your iterations with some confidence, to work sustainably, and to forecast, with empirical data, the amount of scope to include in each release.