Skip to content

Commit 53ca9cd

Browse files
correcting GitHub spelling :)
Co-authored-by: Glenn Lewis <[email protected]>
1 parent 73fb0b7 commit 53ca9cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github/repos.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ func (s SecretScanning) String() string {
238238

239239
// SecretScanningPushProtection specifies the state of secret scanning push protection on a repository.
240240
//
241-
// Github API docs: https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning#about-secret-scanning-for-partner-patterns
241+
// GitHub API docs: https://docs.github.com/en/code-security/secret-scanning/about-secret-scanning#about-secret-scanning-for-partner-patterns
242242
type SecretScanningPushProtection struct {
243243
Status *string `json:"status,omitempty"`
244244
}

0 commit comments

Comments
 (0)