From 4338483622386b4dbc0e1243cd7e170be851815a Mon Sep 17 00:00:00 2001 From: Merouane Atig Date: Tue, 31 Dec 2024 17:44:51 +0100 Subject: [PATCH] [Pages] Fix typo in build-image.mdx (#18971) --- src/content/docs/pages/configuration/build-image.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/pages/configuration/build-image.mdx b/src/content/docs/pages/configuration/build-image.mdx index f33b7e5232dafa..566a98f72def71 100644 --- a/src/content/docs/pages/configuration/build-image.mdx +++ b/src/content/docs/pages/configuration/build-image.mdx @@ -54,7 +54,7 @@ To override default versions of languages and tools in the build system, you can To set the version using environment variables, you can: 1. Find the environment variable name for the language or tool in [this table](/pages/configuration/build-image/#supported-languages-and-tools). -2. Add the environment variable on the dashboard by going to **Settings** > **Environmnet variables** in your Pages project, or [add the environment variable via Wrangler](/workers/configuration/environment-variables/#add-environment-variables-via-wrangler). +2. Add the environment variable on the dashboard by going to **Settings** > **Environment variables** in your Pages project, or [add the environment variable via Wrangler](/workers/configuration/environment-variables/#add-environment-variables-via-wrangler). Or, to set the version by adding a file to your project, you can: