Skip to content

Commit cbcfac4

Browse files
TCA-852 fix grammar
1 parent fe092c2 commit cbcfac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/learn/course-details/course-curriculum/CourseCurriculum.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ const CourseCurriculum: FC<CourseCurriculumProps> = (props: CourseCurriculumProp
8787
}
8888

8989
// if the user is wipro and s/he hasn't set up DICE,
90-
// let them know
90+
// let the user know
9191
if (props.profile?.isWipro && !props.profile.diceEnabled) {
9292
// TODO
9393
console.debug('TODO: user needs dice')

0 commit comments

Comments
 (0)