diff --git a/packages/flutter/lib/src/material/bottom_sheet.dart b/packages/flutter/lib/src/material/bottom_sheet.dart index 2a998432f3..868c4190a8 100644 --- a/packages/flutter/lib/src/material/bottom_sheet.dart +++ b/packages/flutter/lib/src/material/bottom_sheet.dart @@ -593,7 +593,7 @@ class _BottomSheetSuspendedCurve extends ParametricCurve { /// /// A closely related widget is a persistent bottom sheet, which shows /// information that supplements the primary content of the app without -/// preventing the use from interacting with the app. Persistent bottom sheets +/// preventing the user from interacting with the app. Persistent bottom sheets /// can be created and displayed with the [showBottomSheet] function or the /// [ScaffoldState.showBottomSheet] method. ///