Fix for typo in quotes. (#17364)

This commit is contained in:
Anshu Raj
2018-06-01 17:37:39 +05:30
committed by mrugesh mohapatra
parent 5822d71cdf
commit 993fd01fde

View File

@ -67,7 +67,7 @@ const quotes = [
}, },
{ {
quote: 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.', 'kicks once, but I fear the man who has practiced one kick 10,000 times.',
author: 'Bruce Lee' author: 'Bruce Lee'
}, },