We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c443972 commit 1ed6539Copy full SHA for 1ed6539
src/CustomCssSupportTrait.php
@@ -24,7 +24,7 @@ trait CustomCssSupportTrait
24
/**
25
* @return string
26
*/
27
- protected function getCustonCssClass(int $index): string
+ protected function getCustomCssClass(int $index): string
28
{
29
return (isset($this->cssClasses[$index]) && !empty($this->cssClasses[$index])) ? " {$this->cssClasses[$index]}" : '';
30
}
0 commit comments