From 53771a7e04407ec8287ebc01e3ede11a30a56fb6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 11 Feb 2024 17:19:50 +0000 Subject: [PATCH] Merge pull request #1546 from hydephp/documentation-improvements Documentation improvements https://github.com/hydephp/develop/commit/3bb136e412392f3c0c09ab768e794336d1baf4ab --- config/hyde.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hyde.php b/config/hyde.php index c65a8375..89681ead 100644 --- a/config/hyde.php +++ b/config/hyde.php @@ -462,7 +462,7 @@ 'build_manifest_path' => 'app/storage/framework/cache/build-manifest.json', // Here you can specify HydeFront version and URL for when loading app.css from the CDN. - // Only change these if you know what you're doing as some versions may incompatible with your Hyde version. + // Only change these if you know what you're doing as some versions may be incompatible with your Hyde version. 'hydefront_version' => \Hyde\Framework\Services\AssetService::HYDEFRONT_VERSION, 'hydefront_cdn_url' => \Hyde\Framework\Services\AssetService::HYDEFRONT_CDN_URL,