From 4bed219664dcbe6674fddba97cbd1acd31041ff5 Mon Sep 17 00:00:00 2001
From: Doug Tabacco <dtabacco@cisco.com>
Date: Mon, 27 Jan 2025 15:18:31 -0800
Subject: [PATCH] Fix documented block name for ignored collaborator teams

This block was added in #2481 but the documentation has the incorrect block name. It's implemented in the provider as ignore_team but the docs referenced "team_ignore". This corrects the documentation to match.
---
 website/docs/r/repository_collaborators.html.markdown | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/docs/r/repository_collaborators.html.markdown b/website/docs/r/repository_collaborators.html.markdown
index 2da2b78b68..e915a61c2c 100644
--- a/website/docs/r/repository_collaborators.html.markdown
+++ b/website/docs/r/repository_collaborators.html.markdown
@@ -83,7 +83,7 @@ The `team` block supports:
   Must be one of `pull`, `triage`, `push`, `maintain`, `admin` or the name of an existing [custom repository role](https://docs.github.com/en/enterprise-cloud@latest/organizations/managing-peoples-access-to-your-organization-with-roles/managing-custom-repository-roles-for-an-organization) within the organisation. Defaults to `pull`.
   Must be `push` for personal repositories. Defaults to `push`.
 
-The `team_ignore` block supports:
+The `ignore_team` block supports:
 
 * `team_id` - (Required) The GitHub team id or the GitHub team slug.