Skip to content

Commit 1ed6539

Browse files
authored
Speling issue causing bug when using this lib.
1 parent c443972 commit 1ed6539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CustomCssSupportTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ trait CustomCssSupportTrait
2424
/**
2525
* @return string
2626
*/
27-
protected function getCustonCssClass(int $index): string
27+
protected function getCustomCssClass(int $index): string
2828
{
2929
return (isset($this->cssClasses[$index]) && !empty($this->cssClasses[$index])) ? " {$this->cssClasses[$index]}" : '';
3030
}

0 commit comments

Comments
 (0)