fix a spelling error

This commit is contained in:
Quincy Larson
2018-06-24 17:05:12 -05:00
committed by Mrugesh Mohapatra
parent 1b8f427aa5
commit fabd0963c2

View File

@ -69,7 +69,7 @@ class DonateForm extends PureComponent {
donationState: {
...state.donationState,
error:
'We need a valid email address to send your donation tax reciept to'
'We need a valid email address to send your donation tax receipt to'
}
}));
}
@ -169,7 +169,7 @@ class DonateForm extends PureComponent {
return (
<div className='donation-email-container'>
<label>
Email where we should send your donation tax reciept:
Email where we should send your donation tax receipt:
<input
onChange={this.handleEmailChange}
placeholder='email@example.com'