docs: fixed a typo (#4374)

This commit is contained in:
Muhammad Atif Ali 2022-10-05 19:50:56 +05:00 committed by GitHub
parent 504cd462a7
commit 3759bb2a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@ runs an additional
[terraform apply](https://www.terraform.io/cli/commands/apply), informing the
Coder provider that the workspace has a new transition state.
This template sample has one persistent resource (docker image) and one ephemeral resource
(docker volume).
This template sample has one persistent resource (docker volume) and one ephemeral resource
(docker image).
```sh
data "coder_workspace" "me" {