Skip to content

Commit

Permalink
docs: Update doc(zh-cn)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed Apr 15, 2019
1 parent a71991b commit ffffacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh-cn/API-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ dayjs().add(7, 'day');

#### 减少

减少时间并返回一个新的 `Dayjs()` 对象,使用方法和 `dayjs#add` 相同
减少时间并返回一个新的 `Dayjs()` 对象。

```js
dayjs().subtract(value : Number, unit : String);
Expand Down

0 comments on commit ffffacf

Please sign in to comment.