From ea7ddcfecd25ff280a45448f8cdec7ec566a1c97 Mon Sep 17 00:00:00 2001 From: bionemesis Date: Thu, 22 Dec 2022 06:57:47 -0700 Subject: [PATCH] Update environment-variables.md Fixed incorrect spelling of PARAMETER (was PARAMTER). --- docs/hosting/environment-variables/environment-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosting/environment-variables/environment-variables.md b/docs/hosting/environment-variables/environment-variables.md index c43251637..6407468ff 100644 --- a/docs/hosting/environment-variables/environment-variables.md +++ b/docs/hosting/environment-variables/environment-variables.md @@ -6,7 +6,7 @@ ## Credentials -Enabling overwrites for credentials allows you to set default values for credentials which get automatically populated. The user can't see or change these credentials. The format is `{ CREDENTIAL_NAME: { PARAMTER: VALUE }}`. +Enabling overwrites for credentials allows you to set default values for credentials which get automatically populated. The user can't see or change these credentials. The format is `{ CREDENTIAL_NAME: { PARAMETER: VALUE }}`. | Variable | Type | Default | Description | | :------- | :---- | :------- | :---------- |