Skip to content

Commit f2a5d5a

Browse files
authored
Fix type (#61)
Small typo
1 parent 0f1a707 commit f2a5d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pages/BarcodeForm.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ const BarcodeForm: React.FC = () => {
170170
return (
171171
<div className="flex flex-col items-center">
172172
<h3 className="text-primary dark:text-secondary font-header font-bold text-center text-2xl mb-4">
173-
Genrating pass for runner {formValues.athleteId}
173+
Generating pass for runner {formValues.athleteId}
174174
</h3>
175175
<p className="xl:mx-24 mb-4 text-center">
176176
Before continuing, please tap the button below to open the parkrun profile

0 commit comments

Comments
 (0)