Add a missing word

Co-authored-by: Awjin Ahn <awjin@google.com>
This commit is contained in:
Natalie Weizenbaum 2020-10-07 15:18:00 -07:00 committed by GitHub
parent f981227cc0
commit 4bc49044c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ class ModifiableCssDeclaration extends ModifiableCssNode
'"--".');
} else if (value.value is! SassString) {
throw ArgumentError(
'If parsedAsCustomProperty is true, value contain a SassString '
'If parsedAsCustomProperty is true, value must contain a SassString '
'(was `$value` of type ${value.value.runtimeType}).');
}
}