We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809e2fd commit 454283cCopy full SHA for 454283c
content/v3/repos/pages.md
@@ -6,7 +6,7 @@ title: Pages | GitHub API
6
7
The Pages API retrieves information about your GitHub Pages configuration, and
8
the statuses of your builds. Information about the site and the builds can only be
9
-accessed by authenticated owners, even thought the websites are public.
+accessed by authenticated owners, even though the websites are public.
10
11
* TOC
12
{:toc}
@@ -32,4 +32,4 @@ accessed by authenticated owners, even thought the websites are public.
32
GET /repos/:owner/:repo/pages/builds/latest
33
34
<%= headers 200 %>
35
-<%= json(:pages_build) %>
+<%= json(:pages_build) %>
0 commit comments