Skip to content

Commit

Permalink
doc: fix a typo in example (scaleway#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayeu authored Jan 28, 2021
1 parent da4da10 commit 25fa0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/vpc_private_network.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For more information, see [the documentation](https://developers.scaleway.com/en
```hcl
resource "scaleway_vpc_private_network" "pn_priv" {
name = "subnet_demo"
tags = ["demo", "tarraform"]
tags = ["demo", "terraform"]
}
```

Expand Down

0 comments on commit 25fa0bb

Please sign in to comment.