Fix typo on home page

This commit is contained in:
Tanner Collin 2020-02-20 05:51:29 +00:00
parent 7dfe0ebab5
commit aa432b3a9e

View File

@ -50,7 +50,7 @@ function MemberInfo(props) {
<p>
<a href={staticUrl + '/' + member.member_forms} target='_blank'>
Click here
</a> to view your appliction forms.
</a> to view your application forms.
</p>
</Message>}