Skip to content

Commit

Permalink
Fix a couple doc comment typos (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Apr 30, 2021
1 parent 30ede40 commit 574e763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/src/ast/sass/expression/string.dart
Expand Up @@ -71,8 +71,8 @@ class StringExpression implements Expression {
return buffer.interpolation(text.span);
}

/// Writes to [buffer] the contents of a string (without quotes) that evalutes
/// to [text] according to Sass's parsing logic.
/// Writes to [buffer] the contents of a string (without quotes) that
/// evaluates to [text] according to Sass's parsing logic.
///
/// This always adds an escape sequence before [quote]. If [static] is true,
/// it also escapes any `#{` sequences in the string.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/configuration.dart
Expand Up @@ -77,7 +77,7 @@ class Configuration {
")";
}

/// A [Configuratoin] that was created with an explicit `with` clause of a
/// A [Configuration] that was created with an explicit `with` clause of a
/// `@use` rule.
///
/// Both types of configuration pass through `@forward` rules, but explicit
Expand Down

0 comments on commit 574e763

Please sign in to comment.