diff --git a/docs/en/04_Changelogs/beta/4.10.0-beta1.md b/docs/en/04_Changelogs/beta/4.10.0-beta1.md index c410f2c0f..7670e7d28 100644 --- a/docs/en/04_Changelogs/beta/4.10.0-beta1.md +++ b/docs/en/04_Changelogs/beta/4.10.0-beta1.md @@ -132,7 +132,7 @@ We've recently updated our [PHP support policy](/Getting_Started/Server_Requirem ## Features and enhancements {#features-and-enhancements} -### New `SS_TEMP_PATH` environment variable +### New SS_TEMP_PATH environment variable This release adds support for a new `SS_TEMP_PATH` environment variable, which allows developers to control where a series of “temporary” files are created. These include [Manifests](/developer_guides/execution_pipeline/manifests), [Object Caching](/developer_guides/performance/caching) and [Partial Template Caching](/developer_guides/templates/partial_template_caching).