Skip to content

Commit 7a9d263

Browse files
authored
Correct typo
1 parent 301f4b5 commit 7a9d263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Session/withEmailVerification.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ const withEmailVerification = Component => {
3232
<div>
3333
{this.state.isSent ? (
3434
<p>
35-
E-Mail confirmation sent: Check you E-Mails (Spam
35+
E-Mail confirmation sent: Check your E-Mails (Spam
3636
folder included) for a confirmation E-Mail.
3737
Refresh this page once you confirmed your E-Mail.
3838
</p>
3939
) : (
4040
<p>
41-
Verify your E-Mail: Check you E-Mails (Spam folder
41+
Verify your E-Mail: Check your E-Mails (Spam folder
4242
included) for a confirmation E-Mail or send
4343
another confirmation E-Mail.
4444
</p>

0 commit comments

Comments
 (0)