Skip to content

Commit 67f78ae

Browse files
Mark Pospeselmpospese
authored andcommitted
[Issue-1] Fix typos
1 parent 2f37126 commit 67f78ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public struct Appearance {
9292
public var indicatorAppearance: DragIndicatorView.Appearance?
9393
/// Appearance of the sheet header view.
9494
public var headerAppearance: SheetHeaderView.Appearance?
95-
/// Bottom sheet layout properties such as corner radius.. Default is `.default`.
95+
/// Bottom sheet layout properties such as corner radius. Default is `.default`.
9696
public let layout: Layout
9797
/// Bottom sheet's shadow. Default is `nil` (no shadow).
9898
public let elevation: Elevation?

Sources/YBottomSheet/BottomSheetController+Appearance.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extension BottomSheetController {
1616
public var indicatorAppearance: DragIndicatorView.Appearance?
1717
/// Appearance of the sheet header view. Default is `.default`.
1818
public var headerAppearance: SheetHeaderView.Appearance?
19-
/// Bottom sheet layout properties such as corner radius.. Default is `.default`.
19+
/// Bottom sheet layout properties such as corner radius. Default is `.default`.
2020
public var layout: Layout
2121
/// Bottom sheet's shadow. Default is `nil` (no shadow).
2222
public var elevation: Elevation?

0 commit comments

Comments
 (0)