Skip to content

Commit 74c08db

Browse files
committed
Add comma
1 parent e924002 commit 74c08db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/changes/2014-02-27-timezone-handling-changes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
$ curl -H "Time-Zone: Europe/Amsterdam" -X POST https://api.github.com/repos/github/linguist/contents/new_file.md
3434

3535
This means that we generate a timestamp for the moment your API call is made in
36-
the timezone this header defines. For example the [Contents API](/v3/repos/contents/)
36+
the timezone this header defines. For example, the [Contents API](/v3/repos/contents/)
3737
generates a git commit for each addition or change and uses the current time
3838
as the timestamp. This header will determine the time zone used for generating
3939
that current timestamp.

content/v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ to the [list of names from the Olson database](https://en.wikipedia.org/wiki/Lis
594594
$ curl -H "Time-Zone: Europe/Amsterdam" -X POST https://api.github.com/repos/github/linguist/contents/new_file.md
595595

596596
This means that we generate a timestamp for the moment your API call is made in
597-
the timezone this header defines. For example the [Contents API](/v3/repos/contents/)
597+
the timezone this header defines. For example, the [Contents API](/v3/repos/contents/)
598598
generates a git commit for each addition or change and uses the current time
599599
as the timestamp. This header will determine the time zone used for generating
600600
that current timestamp.

0 commit comments

Comments
 (0)