fix typo in core constants phpdoc block

This commit is contained in:
maks 2021-04-20 18:25:24 +02:00 committed by GitHub
parent 37ee3a923f
commit 12a6f7bd0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ use SilverStripe\Core\TempFolder;
* - PUBLIC_PATH: Absolute path to webroot, e.g. "/var/www/project/public"
* - THIRDPARTY_DIR: Path relative to webroot, e.g. "framework/thirdparty"
* - THIRDPARTY_PATH: Absolute filepath, e.g. "/var/www/my-webroot/framework/thirdparty"
* - RESOURCES_DIR: Name of the directory where vendor assets will be exposed, e.g. "_ressources"
* - RESOURCES_DIR: Name of the directory where vendor assets will be exposed, e.g. "_resources"
*/
require_once __DIR__ . '/functions.php';