Skip to content

Commit 5fb63c5

Browse files
committed
spelling error corrected
1 parent cb111d2 commit 5fb63c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/lambda-classes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Student extends Person {
6161
return `${this.name} has submitted a PR for ${subject}`;
6262
}
6363
sprintChallenge (subject) {
64-
return `${this.name} has begun spring challege on ${subject}`;
64+
return `${this.name} has begun sprint challege on ${subject}`;
6565
}
6666

6767
}

0 commit comments

Comments
 (0)