diff --git a/github/resource_github_repository_webhook.go b/github/resource_github_repository_webhook.go index a6c516d439..734de13d48 100644 --- a/github/resource_github_repository_webhook.go +++ b/github/resource_github_repository_webhook.go @@ -40,7 +40,7 @@ func resourceGithubRepositoryWebhook() *schema.Resource { Type: schema.TypeString, Required: true, ForceNew: true, - Description: "The repository of the webhook.", + Description: "The repository name of the webhook, not including the organization, which will be inferred.", }, "events": { Type: schema.TypeSet,