From a82d45ad20b335ea44ef60dc3258b7e3636191f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Fri, 26 Jun 2026 17:30:53 -0400 Subject: [PATCH] Fix duplicate word typo in debugbar config comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "jquery and and highlight.js" → "jquery and highlight.js" --- config/debugbar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/debugbar.php b/config/debugbar.php index 6531c20..8a66c8e 100644 --- a/config/debugbar.php +++ b/config/debugbar.php @@ -42,7 +42,7 @@ | Vendor files are included by default, but can be set to false. | This can also be set to 'js' or 'css', to only include javascript or css vendor files. | Vendor files are for css: font-awesome (including fonts) and highlight.js (css files) - | and for js: jquery and and highlight.js + | and for js: jquery and highlight.js | So if you want syntax highlighting, set it to true. | jQuery is set to not conflict with existing jQuery scripts. |