diff --git a/rules/work-in-priority-order/rule.md b/rules/work-in-priority-order/rule.md index e085255d966..3334b851e45 100644 --- a/rules/work-in-priority-order/rule.md +++ b/rules/work-in-priority-order/rule.md @@ -16,7 +16,7 @@ redirects: --- -Although the team will always strive to complete all the items on the Sprint backlog within the Sprint, it’s not uncommon for them to not finish all of them. If this is the case, you want to at least make sure that the PO's (Product Owner)’s most important items are done. +Although the team will always strive to complete all the items on the Sprint Backlog within the Sprint, it’s not uncommon for them to not finish all of them. If this is the case, you want to at least make sure that the PO's (Product Owner)’s most important items are done. Whenever you are choosing your next task, always work from the top down, only skipping items if there is a dependency or another good reason why a lower item needs to be done first.