Skip to content

Commit 230a40d

Browse files
authored
fix: missing spacing added
Just ansimple enough fix, I noticed this when I was trying this out.
1 parent 8814cb0 commit 230a40d

File tree

1 file changed

+1
-1
lines changed
  • examples/docker-image-builds

1 file changed

+1
-1
lines changed

examples/docker-image-builds/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ resource "coder_agent" "dev" {
5656
}
5757

5858
variable "docker_image" {
59-
description = "What Docker imagewould you like to use for your workspace?"
59+
description = "What Docker image would you like to use for your workspace?"
6060
default = "base"
6161

6262
# List of images available for the user to choose from.

0 commit comments

Comments
 (0)