diff --git a/config/scribe.php b/config/scribe.php index 688cef13..936d6c58 100644 --- a/config/scribe.php +++ b/config/scribe.php @@ -18,7 +18,7 @@ /* * The base URL displayed in the docs. If this is empty, Scribe will use the value of config('app.url') at generation time. - * If you're using `laravel`` type, you can set this to a dynamic string, like '{{ config("app.tenant_url") }}' to get a dynamic base URL. + * If you're using `laravel` type, you can set this to a dynamic string, like '{{ config("app.tenant_url") }}' to get a dynamic base URL. */ 'base_url' => null,