Skip to content

Commit 8556749

Browse files
update docs
1 parent da17537 commit 8556749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/ComponentsKit/Components/Alert/UKAlertController.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import UIKit
3131
public 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(

0 commit comments

Comments
 (0)