Skip to content

Commit 43b6f51

Browse files
committed
fix apostrophe escape on course details page
1 parent 0bd6e6a commit 43b6f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/learn/course-details/CourseDetailsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const CourseDetailsPage: FC<{}> = () => {
9393
{' '}
9494
{course.title}
9595
,
96-
we&appos;d recommend you enroll in another course to continue your learning.
96+
we&apos;d recommend you enroll in another course to continue your learning.
9797
You can view our other courses from the Topcoder Academy course page.
9898
</p>
9999
</div>

0 commit comments

Comments
 (0)