Skip to content

Commit

Permalink
Correct misspell (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodioso authored Jan 9, 2022
1 parent d90f962 commit 9d43115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/BottomSheet/BottomSheet.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9d43115

Please sign in to comment.