Skip to content

Commit 510c765

Browse files
committed
typo corrected
1 parent 8917488 commit 510c765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/scrumHelper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function allIncluded(outputTarget = 'email') {
190190
handleLastWeekContributionChange();
191191
} else if (items.yesterdayContribution) {
192192
handleYesterdayContributionChange();
193-
} else if (items.startDate && items.endingDate) {
193+
} else if (items.startingDate && items.endingDate) {
194194
startingDate = items.startingDate;
195195
endingDate = items.endingDate;
196196
} else {

0 commit comments

Comments
 (0)