From 03fbe83b108091197d647d0c9f6791210473c40f Mon Sep 17 00:00:00 2001 From: Steve Date: Tue, 25 Mar 2025 12:37:57 -0500 Subject: [PATCH] docs(custom_property): fix typo and import example s/comibnation/combination remove tags from import example that don't render properly on the TF registry --- website/docs/r/repository_custom_property.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/repository_custom_property.html.markdown b/website/docs/r/repository_custom_property.html.markdown index 4fed0da15b..026030a0d2 100644 --- a/website/docs/r/repository_custom_property.html.markdown +++ b/website/docs/r/repository_custom_property.html.markdown @@ -40,7 +40,7 @@ The following arguments are supported: ## Import -GitHub Repository Custom Property can be imported using an ID made up of a comibnation of the names of the organization, repository, custom property separated by a `:` character, e.g. +GitHub Repository Custom Property can be imported using an ID made up of a combination of the names of the organization, repository, custom property separated by a `:` character, e.g. ``` $ terraform import github_repository_custom_property.example organization-name:repo-name:custom-property-name