diff --git a/Sources/BottomSheet/BottomSheet.swift b/Sources/BottomSheet/BottomSheet.swift index 6ae384502..06368d02b 100644 --- a/Sources/BottomSheet/BottomSheet.swift +++ b/Sources/BottomSheet/BottomSheet.swift @@ -26,7 +26,7 @@ public struct BottomSheet { case background(AnyView) ///Enables and sets the blur effect of the background when pulling up the BottomSheet. case backgroundBlur(effect: UIBlurEffect.Style = .systemThinMaterial) - ///Changes the corener radius of the BottomSheet. + ///Changes the corner radius of the BottomSheet. case cornerRadius(Double) ///Changes the color of the drag indicator. case dragIndicatorColor(Color)