File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -71,8 +71,8 @@ class StringExpression implements Expression {
71
71
return buffer.interpolation (text.span);
72
72
}
73
73
74
- /// Writes to [buffer] the contents of a string (without quotes) that evalutes
75
- /// to [text] according to Sass's parsing logic.
74
+ /// Writes to [buffer] the contents of a string (without quotes) that
75
+ /// evaluates to [text] according to Sass's parsing logic.
76
76
///
77
77
/// This always adds an escape sequence before [quote] . If [static] is true,
78
78
/// it also escapes any `#{` sequences in the string.
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ class Configuration {
77
77
")" ;
78
78
}
79
79
80
- /// A [Configuratoin ] that was created with an explicit `with` clause of a
80
+ /// A [Configuration ] that was created with an explicit `with` clause of a
81
81
/// `@use` rule.
82
82
///
83
83
/// Both types of configuration pass through `@forward` rules, but explicit
You can’t perform that action at this time.
0 commit comments