fix: typo in the error message

This commit is contained in:
Mrugesh Mohapatra
2018-05-22 21:56:12 +05:30
parent 75ac5962e0
commit e35fbef5d1

View File

@@ -60,11 +60,11 @@ export default function(UserIdent) {
.flatMap(user => {
if (!user) {
throw wrapHandledError(
new Error('could not find or create an user'),
new Error('could not find or create a user'),
{
message: dedent`
Oops... something is not right. We could not find create
an user with that email.
Oops... something is not right. We could not find or create a
user with that email.
`,
type: 'info',
redirectTo: '/'