Skip to content

Commit

Permalink
fix: capitalize coder
Browse files Browse the repository at this point in the history
Co-authored-by: Cian Johnston <cian@coder.com>
  • Loading branch information
DanielleMaywood and johnstcn authored Sep 9, 2024
1 parent 3ddf21c commit 30b80cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func appResource() *schema.Resource {
},
"hidden": {
Type: schema.TypeBool,
Description: "Determines if the app is visible in the UI (minimum coder version: v2.16).",
Description: "Determines if the app is visible in the UI (minimum Coder version: v2.16).",
Default: false,
ForceNew: true,
Optional: true,
Expand Down

0 comments on commit 30b80cb

Please sign in to comment.