Skip to content

Commit 7214566

Browse files
Ilshidurkindermoumoute
authored andcommitted
fix(doc): style: labal -> label (scaleway#378)
**C'est trop de labal.**
1 parent cddfd26 commit 7214566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/d/marketplace_image_beta.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gets local image ID of an image from its label name.
1313

1414
```hcl
1515
data "scaleway_marketplace_image_beta" "my_image" {
16-
labal = "ubuntu-bionic"
16+
label = "ubuntu-bionic"
1717
}
1818
```
1919

0 commit comments

Comments
 (0)