Skip to content

Commit

Permalink
Add a missing word
Browse files Browse the repository at this point in the history
Co-authored-by: Awjin Ahn <[email protected]>
  • Loading branch information
nex3 and Awjin Ahn committed Oct 7, 2020
1 parent f981227 commit 4bc4904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/ast/css/modifiable/declaration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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}).');
}
}
Expand Down

0 comments on commit 4bc4904

Please sign in to comment.