From 987bdb561958cea23216d29b88ea6db0429a9710 Mon Sep 17 00:00:00 2001 From: naru-jpn Date: Sun, 6 Jun 2021 23:07:17 +0900 Subject: [PATCH] Fix typo --- Sources/BottomSheetController/BottomSheetController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/BottomSheetController/BottomSheetController.swift b/Sources/BottomSheetController/BottomSheetController.swift index f748b91..69d51c0 100644 --- a/Sources/BottomSheetController/BottomSheetController.swift +++ b/Sources/BottomSheetController/BottomSheetController.swift @@ -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. /// @@ -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. ///