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.