Skip to content

Commit eea5a25

Browse files
fix: capitalize coder
Co-authored-by: Cian Johnston <[email protected]> (cherry picked from commit 30b80cb)
1 parent 9ec1f11 commit eea5a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/app.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ func appResource() *schema.Resource {
235235
},
236236
"hidden": {
237237
Type: schema.TypeBool,
238-
Description: "Determines if the app is visible in the UI (minimum coder version: v2.16).",
238+
Description: "Determines if the app is visible in the UI (minimum Coder version: v2.16).",
239239
Default: false,
240240
ForceNew: true,
241241
Optional: true,

0 commit comments

Comments
 (0)