Skip to content

Commit de34541

Browse files
authored
Merge pull request #646 from caspringer/patch-4
Fix comma usage
2 parents 80627b0 + 337c6de commit de34541

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
@@ -108,7 +108,7 @@ alert( date.getHours() );
108108
alert( date.getUTCHours() );
109109
```
110110

111-
Besides the given methods, there are two special ones, that do not have a UTC-variant:
111+
Besides the given methods, there are two special ones that do not have a UTC-variant:
112112

113113
[getTime()](mdn:js/Date/getTime)
114114
: Returns the timestamp for the date -- a number of milliseconds passed from the January 1st of 1970 UTC+0.

0 commit comments

Comments
 (0)