From 9fa6960db1440f26610feb9891e08a469072e1fd Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Thu, 20 May 2021 19:55:12 +0900 Subject: [PATCH] Fix typo in repos.go enfore -> enforce --- github/repos.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/repos.go b/github/repos.go index a7ec9d11f19..73e05f23fe1 100644 --- a/github/repos.go +++ b/github/repos.go @@ -833,7 +833,7 @@ type PullRequestReviewsEnforcementUpdate struct { RequiredApprovingReviewCount int `json:"required_approving_review_count"` } -// RequireLinearHistory represents the configuration to enfore branches with no merge commit. +// RequireLinearHistory represents the configuration to enforce branches with no merge commit. type RequireLinearHistory struct { Enabled bool `json:"enabled"` }