From 993fd01fdecd63d9d707cd0ac162f01d228c8811 Mon Sep 17 00:00:00 2001 From: Anshu Raj Date: Fri, 1 Jun 2018 17:37:39 +0530 Subject: [PATCH] Fix for typo in quotes. (#17364) --- common/app/utils/quotes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/app/utils/quotes.js b/common/app/utils/quotes.js index bdc5e35b1f..b2708c19f0 100644 --- a/common/app/utils/quotes.js +++ b/common/app/utils/quotes.js @@ -67,7 +67,7 @@ const quotes = [ }, { quote: - 'I fear not the man who I fear not the man who has practiced 10,000 ' + + 'I fear not the man who has practiced 10,000 ' + 'kicks once, but I fear the man who has practiced one kick 10,000 times.', author: 'Bruce Lee' },