Skip to content

Commit a037889

Browse files
authored
Update Decorator.php
1 parent f62b4e1 commit a037889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Decorator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public static function decorate(string $html): string
1313
{
1414
if (Vite::isReady() === false)
1515
{
16-
throw new \Exception('CodeignIter Vite package is installed, but not initialized. did you run "php spark vite:init" ?');
16+
throw new \Exception('CodeIgniter Vite package is installed, but not initialized. did you run "php spark vite:init" ?');
1717
}
1818

1919
# First inject app div

0 commit comments

Comments
 (0)