date typo

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

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