Skip to content

Commit d519f0d

Browse files
authored
docs(custom_property): fix typo and import example (#2605)
s/comibnation/combination remove tags from import example that don't render properly on the TF registry
1 parent 8359c39 commit d519f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/repository_custom_property.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The following arguments are supported:
4040

4141
## Import
4242

43-
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.
43+
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.
4444

4545
```
4646
$ terraform import github_repository_custom_property.example organization-name:repo-name:custom-property-name

0 commit comments

Comments
 (0)