Skip to content

Commit

Permalink
Merge pull request #346 from reebr/master
Browse files Browse the repository at this point in the history
Synchronizing the pt-br API documentation with the original one.
  • Loading branch information
iamkun committed Sep 25, 2018
2 parents 3fa8be0 + 17f4b0b commit 1d66f74
Show file tree
Hide file tree
Showing 6 changed files with 280 additions and 302 deletions.
3 changes: 2 additions & 1 deletion docs/en/API-reference.md
Expand Up @@ -10,7 +10,7 @@ The `Dayjs` object is immutable, that is, all API operations that change the `Da
- [ISO 8601 string](#iso-8601-string)
- [Unix Timestamp (milliseconds since the Unix Epoch - Jan 1 1970, 12AM UTC)](#unix-timestamp-milliseconds-since-the-unix-epoch---jan-1-1970-12am-utc)
- [Native Javascript Date object](#native-javascript-date-object)
- [Clone `.clone() | dayjs(original: Dayjs)`](#clone-clone-dayjsoriginal-dayjs)
- [Clone `.clone() | dayjs(original: Dayjs)`](#clone-clone--dayjsoriginal-dayjs)
- [Validation `.isValid()`](#validation-isvalid)
- [Get and Set](#get-and-set)
- [Year `.year()`](#year-year)
Expand All @@ -22,6 +22,7 @@ The `Dayjs` object is immutable, that is, all API operations that change the `Da
- [Second `.second()`](#second-second)
- [Millisecond `.millisecond()`](#millisecond-millisecond)
- [Set `.set(unit: string, value: number)`](#set-setunit-string-value-number)
- [List of all available units](#list-of-all-available-units)
- [Manipulating](#manipulating)
- [Add `.add(value: number, unit: string)`](#add-addvalue-number-unit-string)
- [Subtract `.subtract(value: number, unit: string)`](#subtract-subtractvalue-number-unit-string)
Expand Down

0 comments on commit 1d66f74

Please sign in to comment.