From decf1439ed7645d09477678aec904a1ae0679344 Mon Sep 17 00:00:00 2001 From: John Kee Date: Wed, 9 Dec 2015 18:22:00 -0600 Subject: [PATCH] minor correction of typo --- routes/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/index.js b/routes/index.js index de497f7..85beb63 100644 --- a/routes/index.js +++ b/routes/index.js @@ -26,7 +26,7 @@ router.get('/test-write', function(req, res) { else { console.log("Successfully uploaded data to configs/newTestKey"); - res.send('wrote test record. Check S3 congigs/testKey'); + res.send('wrote test record. Check S3 configs/testKey'); } }); });