Skip to content

Commit

Permalink
Merge pull request #212 from codediger/patch-1
Browse files Browse the repository at this point in the history
(#171) Fixed API-Reference.md typo
  • Loading branch information
iamkun committed May 31, 2018
2 parents ca7f1c6 + a2735d4 commit 6ef7d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/API-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Returns a `Dayjs` with the applied changes.
```js
dayjs('2000-10-25')
.set('month', 3)
.set('year', 2020).toString(); // Sat, 25 Apr 2020 00:00:00 GMT
.set('year', 2020).toString(); // Sat, 25 Mar 2020 00:00:00 GMT
```

## Manipulating
Expand Down

0 comments on commit 6ef7d98

Please sign in to comment.