Skip to content

Commit

Permalink
[Issue-1] Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Pospesel authored and mpospese committed Feb 23, 2023
1 parent 2f37126 commit 67f78ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public struct Appearance {
public var indicatorAppearance: DragIndicatorView.Appearance?
/// Appearance of the sheet header view.
public var headerAppearance: SheetHeaderView.Appearance?
/// Bottom sheet layout properties such as corner radius.. Default is `.default`.
/// Bottom sheet layout properties such as corner radius. Default is `.default`.
public let layout: Layout
/// Bottom sheet's shadow. Default is `nil` (no shadow).
public let elevation: Elevation?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extension BottomSheetController {
public var indicatorAppearance: DragIndicatorView.Appearance?
/// Appearance of the sheet header view. Default is `.default`.
public var headerAppearance: SheetHeaderView.Appearance?
/// Bottom sheet layout properties such as corner radius.. Default is `.default`.
/// Bottom sheet layout properties such as corner radius. Default is `.default`.
public var layout: Layout
/// Bottom sheet's shadow. Default is `nil` (no shadow).
public var elevation: Elevation?
Expand Down

0 comments on commit 67f78ae

Please sign in to comment.