Skip to content

Commit 3759bb2

Browse files
authored
docs: fixed a typo (coder#4374)
1 parent 504cd46 commit 3759bb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ runs an additional
177177
[terraform apply](https://www.terraform.io/cli/commands/apply), informing the
178178
Coder provider that the workspace has a new transition state.
179179

180-
This template sample has one persistent resource (docker image) and one ephemeral resource
181-
(docker volume).
180+
This template sample has one persistent resource (docker volume) and one ephemeral resource
181+
(docker image).
182182

183183
```sh
184184
data "coder_workspace" "me" {

0 commit comments

Comments
 (0)