Skip to content

Commit

Permalink
fix: typo in resource digitalocean_app (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasehlert committed Mar 12, 2023
1 parent f1b914e commit 8111516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/app.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ resource "digitalocean_app" "golang-sample" {
### Static Site Example

```hcl
resource "digitalocean_app" "static-ste-example" {
resource "digitalocean_app" "static-site-example" {
spec {
name = "static-ste-example"
name = "static-site-example"
region = "ams"
static_site {
Expand Down

0 comments on commit 8111516

Please sign in to comment.