Skip to content

Commit

Permalink
minor correction of typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkee committed Dec 10, 2015
1 parent 6f9feec commit decf143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
});
});
Expand Down

0 comments on commit decf143

Please sign in to comment.