From 3759bb2a9a5046442f04599eb0b5bc457b9e45a0 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 5 Oct 2022 19:50:56 +0500 Subject: [PATCH] docs: fixed a typo (#4374) --- docs/templates.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/templates.md b/docs/templates.md index bd3184c283..347d601d5e 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -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" {