From babf915448015feab5bd5ce6c85c3655bea2f1c3 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Wed, 27 Sep 2023 08:49:53 -0700 Subject: [PATCH] Update echoparam --- content/en/functions/echoparam.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/echoparam.md b/content/en/functions/echoparam.md index 853aadc8b..a45d03b62 100644 --- a/content/en/functions/echoparam.md +++ b/content/en/functions/echoparam.md @@ -29,7 +29,7 @@ To print the value of `poweredBy`: {{% note %}} When using the `echoParam` function you must reference the key using lower case. See the previous example. -The `echoParam` function may be deprecated in a future release. Instead, use either of the constructs below. +The `echoParam` function will be deprecated in a future release. Instead, use either of the constructs below. {{% /note %}} ```go-html-template