Fix typo in silent comment error message (#761)

This commit is contained in:
Marcel Greter 2019-07-16 01:44:32 +02:00 committed by Natalie Weizenbaum
parent f2bc521082
commit d91e758889

View File

@ -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));
}