From e2c87cf48e73f380d6eb1d7c11bb6d34382dcd9c Mon Sep 17 00:00:00 2001 From: SADIK KUZU Date: Fri, 8 Mar 2019 11:44:59 +0300 Subject: [PATCH] date typo --- snippets/tomorrow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/tomorrow.md b/snippets/tomorrow.md index 0d16b6bbf..f7fdccec8 100644 --- a/snippets/tomorrow.md +++ b/snippets/tomorrow.md @@ -14,5 +14,5 @@ const tomorrow = () => { ``` ```js -tomorrow(); // 2018-10-18 (if current date is 2018-10-18) +tomorrow(); // 2018-10-19 (if current date is 2018-10-18) ```