fix: misspelling of explanation in description (#293)

This commit is contained in:
Kristin Aoki
2023-04-03 13:56:50 -04:00
committed by GitHub
parent f99421f493
commit bd964854de
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ exports[`SolutionWidget render snapshot: renders correct default 1`] = `
className="small mb-3"
>
<FormattedMessage
defaultMessage="Provide an explantion for the correct answer"
defaultMessage="Provide an explanation for the correct answer"
description="Description of the solution widget"
id="authoring.problemEditor.solutionwidget.solutionDescriptionText"
/>

View File

@@ -9,7 +9,7 @@ const messages = defineMessages({
},
solutionDescriptionText: {
id: 'authoring.problemEditor.solutionwidget.solutionDescriptionText',
defaultMessage: 'Provide an explantion for the correct answer',
defaultMessage: 'Provide an explanation for the correct answer',
description: 'Description of the solution widget',
},
placeholder: {