Skip to content

Commit a1e52d4

Browse files
committed
fix typo
1 parent a12f747 commit a1e52d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,7 @@ async function createChallengeResource (data, token) {
12631263
* @returns {Array<{startDate:Date, endDate:Date, daysWorked:number}>} information about workPeriods
12641264
*/
12651265
function extractWorkPeriods (start, end) {
1266-
// canculate maximum possible daysWorked for a week
1266+
// calculate maximum possible daysWorked for a week
12671267
function getDaysWorked (week) {
12681268
if (weeks === 1) {
12691269
return Math.min(endDay, 5) - Math.max(startDay, 1) + 1

0 commit comments

Comments
 (0)