Skip to content

Commit 525c804

Browse files
authored
Spelling correction: "congratulates" (exercism#7850)
1 parent fee45f7 commit 525c804

File tree

1 file changed

+1
-1
lines changed
  • app/javascript/components/mentoring/representation/right-pane

1 file changed

+1
-1
lines changed

app/javascript/components/mentoring/representation/right-pane/RadioGroup.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const RADIO_DATA = [
3232
value: 'celebratory',
3333
tooltip: {
3434
title: 'If you mark this as Celebratory',
35-
body: 'Student is not prompted to action this before proceeding, congratules the student on their solution.',
35+
body: 'Student is not prompted to action this before proceeding, congratulates the student on their solution.',
3636
},
3737
},
3838
]

0 commit comments

Comments
 (0)