Skip to content

Commit 30b80cb

Browse files
fix: capitalize coder
Co-authored-by: Cian Johnston <[email protected]>
1 parent 3ddf21c commit 30b80cb

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
@@ -218,7 +218,7 @@ func appResource() *schema.Resource {
218218
},
219219
"hidden": {
220220
Type: schema.TypeBool,
221-
Description: "Determines if the app is visible in the UI (minimum coder version: v2.16).",
221+
Description: "Determines if the app is visible in the UI (minimum Coder version: v2.16).",
222222
Default: false,
223223
ForceNew: true,
224224
Optional: true,

0 commit comments

Comments
 (0)