From 706326715d6c8857222415cb97399eeca3e43a4b Mon Sep 17 00:00:00 2001 From: am009 <634960348@qq.com> Date: Sat, 15 Apr 2023 02:32:38 +0800 Subject: [PATCH] fix(docs): fix a wrong word. (#7113) --- docs/templates/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates/README.md b/docs/templates/README.md index 83219093af..10f0c6f800 100644 --- a/docs/templates/README.md +++ b/docs/templates/README.md @@ -194,7 +194,7 @@ the Coder server runs an additional [terraform apply](https://www.terraform.io/c informing the Coder provider that the workspace has a new transition state. This template sample has one persistent resource (docker volume) and one -ephemeral resource (docker image). +ephemeral resource (docker container). ```hcl data "coder_workspace" "me" {