Skip to content

Commit 55c79ce

Browse files
authored
Fix minor typo in resource name (#561)
1 parent e6b0d2e commit 55c79ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ resource "cloudfoundry_domain" "private" {
3333
}
3434
```
3535

36-
~> **NOTE:** To control sharing of a private domain, use the [cloudfoundry_private_domain](private_domain_access.html) resource.
36+
~> **NOTE:** To control sharing of a private domain, use the [cloudfoundry_private_domain_access](private_domain_access.html) resource.
3737

3838
## Argument Reference
3939

0 commit comments

Comments
 (0)