From 0d4cde3ed622b991f9bf74ff42cb07fa06f9cebf Mon Sep 17 00:00:00 2001 From: Sungjin Kang Date: Tue, 29 May 2018 22:07:28 +0900 Subject: [PATCH] Fixed typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed ’Start of time’ section decription. --- docs/en/API-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/API-reference.md b/docs/en/API-reference.md index a5420977f..8cd34d73e 100644 --- a/docs/en/API-reference.md +++ b/docs/en/API-reference.md @@ -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');