From 6850db2a47834d0c50142c9e1004195e53c96209 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Sat, 28 May 2022 08:14:46 -0500 Subject: [PATCH] chore: fix additional typo in templates doc --- docs/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/templates.md b/docs/templates.md index 1ff02cafe6..9fac5e542f 100644 --- a/docs/templates.md +++ b/docs/templates.md @@ -49,7 +49,7 @@ Templates often contain *parameters*. In Coder, there are two types of parameter are often cloud secrets, such as a `ServiceAccount` token, and are annotated with `sensitive = true` in the template code. -**User parameters** are set when a user creates a workspace. They are unique to +- **User parameters** are set when a user creates a workspace. They are unique to each workspace, often personalization settings such as "preferred region" or "workspace image".