Skip to content

Commit

Permalink
another typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FO-nTTaX authored Sep 27, 2024
1 parent 6b61303 commit bd39172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ResourceLoader/ResourceLoaderArticlesModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ public function getStyles( ResourceLoaderContext $context ) {
$compiler = new SCSSCompiler();
$compiledScss = $compiler->compileString( $scss )->getCss();
} catch ( \Exception $e ) {
$compiledScss = '/* invalid less: ' . $e->getMessage() . ' */';
$compiledScss = '/* invalid scss: ' . $e->getMessage() . ' */';
}
/* end of scss parser */

Expand Down

0 comments on commit bd39172

Please sign in to comment.