From a171511ac126d469fcf890bf51c84095176d6d54 Mon Sep 17 00:00:00 2001 From: Jaewook Date: Sat, 12 Jun 2021 11:58:37 +0900 Subject: [PATCH] Fix minor typo in comment (interally -> internally) --- PanModal/Presentable/PanModalPresentable.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PanModal/Presentable/PanModalPresentable.swift b/PanModal/Presentable/PanModalPresentable.swift index 76c15015..2a6c9ad2 100644 --- a/PanModal/Presentable/PanModalPresentable.swift +++ b/PanModal/Presentable/PanModalPresentable.swift @@ -103,7 +103,7 @@ public protocol PanModalPresentable: AnyObject { var dragIndicatorBackgroundColor: UIColor { get } /** - We configure the panScrollable's scrollIndicatorInsets interally so override this value + We configure the panScrollable's scrollIndicatorInsets internally so override this value to set custom insets. - Note: Use `panModalSetNeedsLayoutUpdate()` when updating insets.