Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
naru-jpn committed Jun 6, 2021
1 parent 5e80894 commit 987bdb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/BottomSheetController/BottomSheetController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class BottomSheetController: UIViewController {
private let contentView: UIView
private let contentViewController: UIViewController?

/// Create new bottom sheeet.
/// Create new bottom sheet.
///
/// Size of contentViewController's view must be fixed or decided by contents contained itself.
///
Expand All @@ -67,7 +67,7 @@ public class BottomSheetController: UIViewController {
modalTransitionStyle = .crossDissolve
}

/// Create new bottom sheeet.
/// Create new bottom sheet.
///
/// Size of contentView must be fixed or decided by contents contained itself.
///
Expand Down

0 comments on commit 987bdb5

Please sign in to comment.