diff --git a/src/index.js b/src/index.js index 75d8fa3..86ab3fc 100644 --- a/src/index.js +++ b/src/index.js @@ -54,7 +54,7 @@ app.get('/', async (req, res) => { console.log( `GitHub tells me that this user is 'https://github.com/${username}'. I'll redirect them to the Airtable.` ) - res.redirect(302, `${formUrl}?prefill_GitHub%20Username=${username}&prefil_GitHub%20Email=${email}`) + res.redirect(302, `${formUrl}?prefill_GitHub%20Username=${username}&prefill_GitHub%20Email=${email}`) } else { console.log( "GitHub doesn't recognize this user. I'll just send them to the Airtable with nothing prefilled."