Skip to content

Commit 1a28ef2

Browse files
committed
make fmt
1 parent 2b0783f commit 1a28ef2

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/templates/parameters.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,12 @@ variable "CLOUD_API_KEY" {
284284

285285
## Create Autofill
286286

287-
When the template doesn't specify default values, Coder may still autofill parameters.
288-
289-
1. Coder will look for URL query parameters with form `param.<name>=<value>`. This feature enables platform teams to create pre-filled template creation links.
290-
2. Coder will populate recently used parameter key-value pairs for the user. This feature helps reduce repetition on common parameters such as `dotfiles_url` or `region`.
287+
When the template doesn't specify default values, Coder may still autofill
288+
parameters.
289+
290+
1. Coder will look for URL query parameters with form `param.<name>=<value>`.
291+
This feature enables platform teams to create pre-filled template creation
292+
links.
293+
2. Coder will populate recently used parameter key-value pairs for the user.
294+
This feature helps reduce repetition on common parameters such as
295+
`dotfiles_url` or `region`.

0 commit comments

Comments
 (0)