File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Sources/ComponentsKit/Components/Alert Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import UIKit
3131public class UKAlertController : UKCenterModalController {
3232 // MARK: - Properties
3333
34- /// The model that defines the appearance of the alert.
34+ /// A model that defines the appearance properties for an alert.
3535 public let alertVM : AlertVM
3636
3737 /// The primary action to be executed when the primary button is tapped.
@@ -57,7 +57,7 @@ public class UKAlertController: UKCenterModalController {
5757 /// Initializer.
5858 ///
5959 /// - Parameters:
60- /// - model: The `AlertVM` model that defines the appearance and behavior of the alert.
60+ /// - model: A model that defines the appearance properties for an alert.
6161 /// - primaryAction: An optional closure executed when the primary button is tapped.
6262 /// - secondaryAction: An optional closure executed when the secondary button is tapped.
6363 public init (
You can’t perform that action at this time.
0 commit comments