Skip to content

Commit

Permalink
chore: comment spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Jul 8, 2024
1 parent b70cc5f commit cd448e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/staking/app/faucet/AuthModule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export const AuthModule = () => {
{dictionary('submit.getTestTokensText')}
</FormSubmitButton>
) : (
/** NOTE: FormSubmitButton contians FormErrorMessage, but we still want to render the error message when the submit button isnt visible */
/** NOTE: FormSubmitButton contaians FormErrorMessage, but we still want to render the error message when the submit button isnt visible */
<FormErrorMessage />
)}
</form>
Expand Down

0 comments on commit cd448e4

Please sign in to comment.