From d320df88a39b6075c162c5a581654fb68d3af19f Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Wed, 6 Jan 2016 19:57:57 -0800 Subject: [PATCH] chore(dateparser): fix docs --- src/dateparser/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dateparser/docs/README.md b/src/dateparser/docs/README.md index df514acca8..d5cc38fab9 100644 --- a/src/dateparser/docs/README.md +++ b/src/dateparser/docs/README.md @@ -141,4 +141,4 @@ Certain format codes support i18n. Check this [guide](https://docs.angularjs.org \** It also supports `fullDate|longDate|medium|mediumDate|mediumTime|short|shortDate|shortTime` as the format for parsing. -\*** It supports template literals as a string between the single quote `'` character, i.e. `\`The Date is\` MM/DD/YYYY`. If one wants the literal single quote character, one must use `''''`. +\*** It supports template literals as a string between the single quote `'` character, i.e. `'The Date is' MM/DD/YYYY`. If one wants the literal single quote character, one must use `''''`.