Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit 9dd5267

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent 53a38f9 commit 9dd5267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/changes/2016-07-06-github-pages-preiew-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can now manually request a build of your GitHub Pages site without needing t
1313
curl "https://api.github.com/repos/github/developer.github.com/pages/builds" \
1414
-X POST
1515
-H 'Authorization: token TOKEN' \
16-
-H "Accept: application/vnd.github.mister-fantstic-preview" \
16+
-H "Accept: application/vnd.github.mister-fantastic-preview" \
1717
```
1818

1919
#### Retrieving a site's URL
@@ -27,7 +27,7 @@ For example, to request the HTML URL:
2727
``` command-line
2828
curl "https://api.github.com/repos/github/developer.github.com/pages" \
2929
-H 'Authorization: token TOKEN' \
30-
-H "Accept: application/vnd.github.mister-fantstic-preview" \
30+
-H "Accept: application/vnd.github.mister-fantastic-preview" \
3131
```
3232

3333
#### How can I try it?

0 commit comments

Comments
 (0)