Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(iamkun#171) Fixed API-Reference typo
```js dayjs('2000-10-25') .set('month', 3) .set('year', 2020).toString(); // Sat, 25 Apr 2020 00:00:00 GMT ``` to ```js dayjs('2000-10-25') .set('month', 3) .set('year', 2020).toString(); // Sat, 25 Mar 2020 00:00:00 GMT ```
- Loading branch information