date typo

This commit is contained in:
SADIK KUZU
2019-03-08 11:44:59 +03:00
committed by GitHub
parent 2493c5ab62
commit e2c87cf48e

View File

@ -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)
```