From d4924c7069d9aab88acf20a0a9db22240a53a0d6 Mon Sep 17 00:00:00 2001 From: Bunny Vishal Date: Mon, 14 May 2018 23:59:16 +0530 Subject: [PATCH] fix(quotes): Misspelling in quote "Twenty years from now" by Mark Twain (#17164) --- common/app/Panes/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/app/Panes/quotes.js b/common/app/Panes/quotes.js index 041d8db2e2..ef9b8f3a5f 100644 --- a/common/app/Panes/quotes.js +++ b/common/app/Panes/quotes.js @@ -9,7 +9,7 @@ const quotes = [ author: 'Winston Churchill' }, { - quote: 'Twenty years from you you will be more disappointed by the ' + + quote: 'Twenty years from now you will be more disappointed by the ' + 'things that you didn\'t do than by the ones you did do. So throw ' + 'off the bowlines. Sail away from the safe harbor. Catch the trade ' + 'winds in your sails.',