mirror of
https://github.com/danog/dart-sass.git
synced 2024-11-26 20:24:42 +01:00
Fix typo in silent comment error message (#761)
This commit is contained in:
parent
f2bc521082
commit
d91e758889
@ -153,7 +153,7 @@ class ScssParser extends StylesheetParser {
|
||||
} while (scanner.scan("//"));
|
||||
|
||||
if (plainCss) {
|
||||
error("Silent comments arne't allowed in plain CSS.",
|
||||
error("Silent comments aren't allowed in plain CSS.",
|
||||
scanner.spanFrom(start));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user