From 9c8b2d45c17976de43aa4b4d08df0fbe284ad1f2 Mon Sep 17 00:00:00 2001 From: JayWll Date: Thu, 23 Apr 2020 09:49:49 -0600 Subject: [PATCH] Minor change to wording of thank you tweet --- nodeapp/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeapp/app.js b/nodeapp/app.js index c91963d..38a5187 100644 --- a/nodeapp/app.js +++ b/nodeapp/app.js @@ -26,7 +26,7 @@ app.get('/newreading', (req, res) => { // Pick a random message from the array below const tweet = [ 'Thanks to whoever watered me just now!! So moist.', - 'So refreshing! Thank you, mysterious stranger, for the life-giving sustenance.', + 'So refreshing! Thank you, mysterious stranger, for the life-giving liquidy sustenance.', 'Whoever watered me (I\'m kind of guessing it was you, @Katheryn_mur), know that I appreciate it!' ]