From 4f6f0544f5c8e0916e152b0ff273b95f7c305b99 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Mon, 22 Apr 2024 10:25:56 -0600 Subject: [PATCH] fix nit --- site/src/content/docs/ref/create.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/site/src/content/docs/ref/create.mdx b/site/src/content/docs/ref/create.mdx index 1cc9be3a56..422a887035 100644 --- a/site/src/content/docs/ref/create.mdx +++ b/site/src/content/docs/ref/create.mdx @@ -135,11 +135,7 @@ It is not recommended to use package configuration templates for any `sensitive` You can only template string values in this way as non-string values will not marshal/unmarshal properly through the yaml. -::: - -:::note - -You cannot template the component import path using package configuration templates +Additionally, you cannot template the component import path using package configuration templates :::