Skip to content

Commit 5da70d5

Browse files
committed
spelling typo
1 parent fcdd6bd commit 5da70d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/data-sources/parameter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ data "coder_parameter" "tools" {
136136
description = "What tools do you want to install?"
137137
type = "list(string)"
138138
form_type = "multi-select"
139-
stying = jsonencode({
139+
styling = jsonencode({
140140
# Arbitrary JSON object to be passed to the frontend
141141
})
142142
default = jsonencode(["git", "docker"])

examples/data-sources/coder_parameter/data-source.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ data "coder_parameter" "tools" {
121121
description = "What tools do you want to install?"
122122
type = "list(string)"
123123
form_type = "multi-select"
124-
stying = jsonencode({
124+
styling = jsonencode({
125125
# Arbitrary JSON object to be passed to the frontend
126126
})
127127
default = jsonencode(["git", "docker"])

0 commit comments

Comments
 (0)