Skip to content

Commit 735ed9f

Browse files
committed
Fix typo.
1 parent e062ff9 commit 735ed9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/repos_pages.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ type PagesUpdate struct {
9797
Source *string `json:"source,omitempty"`
9898
// Public configures access controls for the site.
9999
// If "true", the site will be accessible to anyone on the internet. If "false",
100-
// the site will be accessible to anyone with read access to the respository that
100+
// the site will be accessible to anyone with read access to the repository that
101101
// published the site.
102102
Public *bool `json:"public,omitempty"`
103103
// HTTPSEnforced specifies whether HTTPS should be enforced for the repository.

0 commit comments

Comments
 (0)