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: { donationState: {
...state.donationState, ...state.donationState,
error: 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 ( return (
<div className='donation-email-container'> <div className='donation-email-container'>
<label> <label>
Email where we should send your donation tax reciept: Email where we should send your donation tax receipt:
<input <input
onChange={this.handleEmailChange} onChange={this.handleEmailChange}
placeholder='email@example.com' placeholder='email@example.com'