From 1bcb6d3021e46bc31c1c80422f23fcc75d22652c Mon Sep 17 00:00:00 2001 From: Sarita Iyer <66540150+saritai@users.noreply.github.com> Date: Wed, 20 Sep 2023 14:13:27 -0400 Subject: [PATCH] [Tiny bug fix] Remove GHEC from versioning for webhook limitations (#42947) --- content/webhooks/about-webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/webhooks/about-webhooks.md b/content/webhooks/about-webhooks.md index b026ccdbe9..52b97fc8de 100644 --- a/content/webhooks/about-webhooks.md +++ b/content/webhooks/about-webhooks.md @@ -35,7 +35,7 @@ Webhooks are a method of communication that allows users to subscribe to events You can create webhooks for{% ifversion ghec or ghes or ghae %} a {% data variables.product.prodname_enterprise %},{% endif %} an organization, a repository, or a {% data variables.product.prodname_github_app %}.{% ifversion fpt or ghec %} You can also create webhooks to subscribe to events relating to {% data variables.product.prodname_sponsors %} and {% data variables.product.prodname_marketplace %}. {% endif %} -You can create up to {% ifversion ghec or ghes or ghae %}250{% else %}20{% endif %} webhooks for each event on each installation target {% ifversion ghes or ghae %}({% data variables.product.prodname_ghe_server %} instance, specific organization, or specific repository).{% else %}(specific organization or specific repository).{% endif %} +You can create up to {% ifversion ghes or ghae %}250{% else %}20{% endif %} webhooks for each event on each installation target {% ifversion ghes or ghae %}({% data variables.product.prodname_ghe_server %} instance, specific organization, or specific repository).{% else %}(specific organization or specific repository).{% endif %} For more information about creating webhooks, see "[AUTOTITLE](/webhooks/using-webhooks/creating-webhooks)."