From b66e7821a7fcf52beaabc67c1fa2c86e7db5b27b Mon Sep 17 00:00:00 2001 From: Brabli <67018167+Brabli@users.noreply.github.com> Date: Tue, 30 May 2023 17:05:31 +0100 Subject: [PATCH] Fix typo --- tests/Config/ConfigurationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Config/ConfigurationTest.php b/tests/Config/ConfigurationTest.php index f2d725c..72b1738 100644 --- a/tests/Config/ConfigurationTest.php +++ b/tests/Config/ConfigurationTest.php @@ -49,7 +49,7 @@ class ConfigurationTest extends TestCase ], 'palletes' => [ - 'prmary' => [ + 'primary' => [ 'fill' => 'fill-primary', 'stroke' => 'stroke-primary', 'fill-hover' => 'hover:fill-primary',