Skip to content

Commit c84897c

Browse files
authored
Fix typo of PrimaryScrollController documentation (#113361)
1 parent 99eb098 commit c84897c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/widgets/primary_scroll_controller.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Set<TargetPlatform> _kMobilePlatforms = <TargetPlatform>{
2222
/// subtree.
2323
///
2424
/// A ScrollView that doesn't have a controller or the primary flag set will
25-
/// inherit the PrimarySCrollController, if [shouldInherit] allows it. By
25+
/// inherit the PrimaryScrollController, if [shouldInherit] allows it. By
2626
/// default [shouldInherit] is true for mobile platforms when the ScrollView has
2727
/// a scroll direction of [Axis.vertical]. This automatic inheritance can be
2828
/// configured with [automaticallyInheritForPlatforms] and [scrollDirection].

0 commit comments

Comments
 (0)