@@ -47,7 +47,7 @@ type PagesBuild struct {
4747 UpdatedAt * Timestamp `json:"updated_at,omitempty"`
4848}
4949
50- // PagesDomain represents a domain associated with a Github Pages site.
50+ // PagesDomain represents a domain associated with a GitHub Pages site.
5151type PagesDomain struct {
5252 Host * string `json:"host,omitempty"`
5353 URI * string `json:"uri,omitempty"`
@@ -58,7 +58,7 @@ type PagesDomain struct {
5858 IsFastlyIP * bool `json:"is_fastly_ip,omitempty"`
5959 IsOldIPAddress * bool `json:"is_old_ip_address,omitempty"`
6060 IsARecord * bool `json:"is_a_record,omitempty"`
61- HasCNAMERecordPresent * bool `json:"has_cname_record,omitempty"`
61+ HasCNAMERecord * bool `json:"has_cname_record,omitempty"`
6262 HasMXRecordsPresent * bool `json:"has_mx_records_present,omitempty"`
6363 IsValidDomain * bool `json:"is_valid_domain,omitempty"`
6464 IsApexDomain * bool `json:"is_apex_domain,omitempty"`
@@ -79,7 +79,7 @@ type PagesDomain struct {
7979 CAAError * string `json:"caa_error,omitempty"`
8080}
8181
82- // PagesHealthCheckResponse represents the response given for the health check of a Github Pages site.
82+ // PagesHealthCheckResponse represents the response given for the health check of a GitHub Pages site.
8383type PagesHealthCheckResponse struct {
8484 Domain * PagesDomain `json:"domain,omitempty"`
8585 AltDomain * PagesDomain `json:"alt_domain,omitempty"`
0 commit comments