Skip to content

Commit 0318e77

Browse files
authored
Fix typo in repos.go (#1873)
1 parent 77a5f59 commit 0318e77

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
@@ -833,7 +833,7 @@ type PullRequestReviewsEnforcementUpdate struct {
833833
RequiredApprovingReviewCount int `json:"required_approving_review_count"`
834834
}
835835

836-
// RequireLinearHistory represents the configuration to enfore branches with no merge commit.
836+
// RequireLinearHistory represents the configuration to enforce branches with no merge commit.
837837
type RequireLinearHistory struct {
838838
Enabled bool `json:"enabled"`
839839
}

0 commit comments

Comments
 (0)