diff --git a/goto/handler.js b/goto/handler.js index cdda5c4..28fbc07 100644 --- a/goto/handler.js +++ b/goto/handler.js @@ -5,7 +5,7 @@ module.exports = (event, context) => { /* Use a switch statement, or look up the routes in a database * such as MongoDB, Redis or Postgres. AWS and DigitalOcean provide - * remote, managed databases that would work here and maintain + * dremote, managed databases that would work here and maintain * a connectiodn pool */ if(event.path == "/home") { redirect = "https://www.alexellis.io/";