Merge pull request #10166 from creative-commoners/pulls/4/sspathdoc

DOC Unquote title
This commit is contained in:
Maxime Rainville 2021-12-02 15:30:50 +13:00 committed by GitHub
commit e63b73ad98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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).