From 38cb767e37fecf9b443da3cf299445e6e3b737db Mon Sep 17 00:00:00 2001 From: RBenBeach <40813528+RBenBeach@users.noreply.github.com> Date: Fri, 19 Oct 2018 15:12:21 -0500 Subject: [PATCH] corrected typos and rephrased sentence (#21545) --- guide/english/agile/sprint-backlog/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/agile/sprint-backlog/index.md b/guide/english/agile/sprint-backlog/index.md index 7c0a6d2e9c..332ce55e82 100644 --- a/guide/english/agile/sprint-backlog/index.md +++ b/guide/english/agile/sprint-backlog/index.md @@ -5,7 +5,7 @@ title: Sprint Backlog The Sprint Backlog is a list of tasks identified by the Scrum Team to be completed during the Scrum Sprint. During the Sprint Planning meeting, the team selects a number of Product Backlog items, usually in the form of user stories, and identifies the tasks necessary to complete each user story. -It is critical that the team itself selects the items and size of the Sprint Backlog. Because they are the people implementing / completing the tasks, they must be the people to choose what they are forecating to achive during the Sprint. +It is critical that the team itself selects the items and size of the Sprint Backlog. Because they are responsible for implementing / completing the tasks, they must be the people to choose what they are forecasting to achieve during the Sprint. #### More Information: [Scrum Guide: Sprint Backlog](http://www.scrumguides.org/scrum-guide.html#artifacts-sprintbacklog)