From 4f51f8e0428efa1d4d631324db8aefd03eeff2b7 Mon Sep 17 00:00:00 2001 From: Chibuzor Ojukwu Date: Mon, 9 Aug 2021 18:15:03 +0100 Subject: [PATCH] showModalBottomSheet documentation (#87929) --- packages/flutter/lib/src/material/bottom_sheet.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ///