Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
quinqu committed Jan 22, 2022
1 parent e062ff9 commit 735ed9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github/repos_pages.go
Expand Up @@ -97,7 +97,7 @@ type PagesUpdate struct {
Source *string `json:"source,omitempty"`
// Public configures access controls for the site.
// If "true", the site will be accessible to anyone on the internet. If "false",
// the site will be accessible to anyone with read access to the respository that
// the site will be accessible to anyone with read access to the repository that
// published the site.
Public *bool `json:"public,omitempty"`
// HTTPSEnforced specifies whether HTTPS should be enforced for the repository.
Expand Down

0 comments on commit 735ed9f

Please sign in to comment.