diff --git a/api/src/exam-environment/routes/exam-environment.ts b/api/src/exam-environment/routes/exam-environment.ts index 575dac63232..a2df3a2701d 100644 --- a/api/src/exam-environment/routes/exam-environment.ts +++ b/api/src/exam-environment/routes/exam-environment.ts @@ -535,7 +535,7 @@ async function postExamGeneratedExamHandler( * TODO: Consider validating req.user.id == lastAttempt.user_id? * * NOTE: Currently, questions can be _unanswered_ - taken away from a previous attempt submission. - * Theorectically, this is fine. Practically, it is unclear when that would be useful. + * Theoretically, this is fine. Practically, it is unclear when that would be useful. */ async function postExamAttemptHandler( this: FastifyInstance, diff --git a/client/i18n/locales/english/translations.json b/client/i18n/locales/english/translations.json index d9bdf3ffa43..fd3096a2938 100644 --- a/client/i18n/locales/english/translations.json +++ b/client/i18n/locales/english/translations.json @@ -863,11 +863,11 @@ "current-initiatives-2": "Creating English and math curricula", "current-initiatives-3": "Translating our curriculum and tutorials into 32 languages", "current-initiatives-4": "Creating a free accredited computer science bachelor's degree", - "community-achivements-title": "Our Community Achievements This Year:", - "community-achivements-1": "Published <0>1930> full-length courses on YouTube.", - "community-achivements-2": "Published <0>8500> text-based coding tutorials and <0>50> free books through freeCodeCamp Press.", - "community-achivements-3": "Merged <0>2,4550> code contributions into our open source repositories on GitHub", - "community-achivements-4": "Translated <0>1.50> million words to make our curriculum and tutorials more accessible to speakers of many world languages", + "community-achievements-title": "Our Community Achievements This Year:", + "community-achievements-1": "Published <0>1930> full-length courses on YouTube.", + "community-achievements-2": "Published <0>8500> text-based coding tutorials and <0>50> free books through freeCodeCamp Press.", + "community-achievements-3": "Merged <0>2,4550> code contributions into our open source repositories on GitHub", + "community-achievements-4": "Translated <0>1.50> million words to make our curriculum and tutorials more accessible to speakers of many world languages", "as-you-see": "As you can see, we're getting things done. So you can rest assured that we'll put your donations to good use.", "get-benefits": "Get the benefits and the knowledge that you’re helping our charity change education for the better. Become a supporter today.", "modal-benefits-title": "Support us", diff --git a/client/src/components/Donation/donation-text-components.tsx b/client/src/components/Donation/donation-text-components.tsx index 382eeb53994..e838298e978 100644 --- a/client/src/components/Donation/donation-text-components.tsx +++ b/client/src/components/Donation/donation-text-components.tsx @@ -39,10 +39,10 @@ export const CtaText = (): JSX.Element => { export const ThankYouMessage = ({ askForDonation, - thankContributon + thankContribution }: { askForDonation: boolean; - thankContributon?: boolean; + thankContribution?: boolean; }): JSX.Element => { const { t } = useTranslation(); return ( @@ -50,7 +50,7 @@ export const ThankYouMessage = ({
{t('donate.crucial-contribution')}
@@ -268,25 +268,25 @@ export const CommunityAchievementsText = (): JSX.Element => { const { t } = useTranslation(); return ( <> -