We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8d0643 commit 783c248Copy full SHA for 783c248
lib/src/parse/stylesheet.dart
@@ -552,7 +552,7 @@ abstract class StylesheetParser extends Parser {
552
/// Tries parsing nested children of a declaration whose [name] has already
553
/// been parsed, and returns `null` if it doesn't have any.
554
///
555
- /// If [value] is passed, it's used as the value of the peroperty without
+ /// If [value] is passed, it's used as the value of the property without
556
/// nesting.
557
Declaration? _tryDeclarationChildren(
558
Interpolation name, LineScannerState start,
0 commit comments