Skip to content

Commit 25fa0bb

Browse files
authored
doc: fix a typo in example (#773)
1 parent da4da10 commit 25fa0bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/vpc_private_network.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For more information, see [the documentation](https://developers.scaleway.com/en
1414
```hcl
1515
resource "scaleway_vpc_private_network" "pn_priv" {
1616
name = "subnet_demo"
17-
tags = ["demo", "tarraform"]
17+
tags = ["demo", "terraform"]
1818
}
1919
```
2020

0 commit comments

Comments
 (0)