Skip to content

Commit 79c4023

Browse files
authored
Fixed sentence
1 parent 1e20197 commit 79c4023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/05-data-types/10-date/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To create a new `Date` object call `new Date()` with one of the following argume
4949
```
5050

5151
`new Date(year, month, date, hours, minutes, seconds, ms)`
52-
: Create the date with the given components in the local time zone. Only two first arguments are obligatory.
52+
: Create the date with the given components in the local time zone. Only the first two arguments are obligatory.
5353

5454
Note:
5555

0 commit comments

Comments
 (0)