Skip to content

Commit

Permalink
Fix deprecation warning typo. (#1247)
Browse files Browse the repository at this point in the history
Co-authored-by: Natalie Weizenbaum <nweiz@google.com>
  • Loading branch information
Awjin Ahn and nex3 committed Apr 15, 2021
1 parent fbd9cfd commit 2ab4f80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
## 1.32.9

* Fix a typo in a deprecation warning.

### Dart API

* Allow the null safety release of args and watcher.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/parse/stylesheet.dart
Expand Up @@ -1336,7 +1336,7 @@ abstract class StylesheetParser extends Parser {
if (needsDeprecationWarning) {
logger.warn("""
@-moz-document is deprecated and support will be removed from Sass in a future
relase. For details, see http://bit.ly/moz-document.
release. For details, see http://bit.ly/moz-document.
""", span: span, deprecation: true);
}

Expand Down

0 comments on commit 2ab4f80

Please sign in to comment.