diff --git a/docs/deprecations.md b/docs/deprecations.md index d97f6eb01..d0cf819c3 100644 --- a/docs/deprecations.md +++ b/docs/deprecations.md @@ -261,7 +261,7 @@ An alternative to free-form CLI options is to use [environment variables](./prov ```yaml provider: - environement: + environment: APP_DOMAIN: ${param:domain, 'preview.myapp.com'} ```