From 1ef79920a90d285f5aebc4a8a8d6df2c476ac8c9 Mon Sep 17 00:00:00 2001 From: BlueHouseProducts <118117610+BlueHouseProducts@users.noreply.github.com> Date: Sat, 8 Nov 2025 19:56:08 +0000 Subject: [PATCH] Correct documentation wording in environment variables link --- src/routes/docs/products/functions/develop/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/products/functions/develop/+page.markdoc b/src/routes/docs/products/functions/develop/+page.markdoc index abb17bdba8..c0fdb07854 100644 --- a/src/routes/docs/products/functions/develop/+page.markdoc +++ b/src/routes/docs/products/functions/develop/+page.markdoc @@ -1335,7 +1335,7 @@ If you need to pass constants or secrets to Appwrite Functions, you can use envi | `APPWRITE_FUNCTION_RUNTIME_VERSION` | The runtime version of the running function. | Both | {% arrow_link href="/docs/products/functions/functions#environment-variables" %} -Learn to add variables to you function +Learn how to add variables to your function {% /arrow_link %} You can access the environment variables through the systems library of each language.