Skip to content

Commit

Permalink
Merge pull request #203 from ujuc/fixed-typo
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
iamkun authored May 29, 2018
2 parents 93cb04e + 0d4cde3 commit dc9fc32
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 @@ -199,7 +199,7 @@ dayjs().subtract(7, 'year');

### Start of Time `.startOf(unit: string)`

Returns a cloned `Dayjs` set to the end of the specified unit of time.
Returns a cloned `Dayjs` set to the start of the specified unit of time.

```js
dayjs().startOf('week');
Expand Down

0 comments on commit dc9fc32

Please sign in to comment.