Skip to content

Commit 05e7eed

Browse files
update docs
1 parent 8556749 commit 05e7eed

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Sources/ComponentsKit/Components/Alert/UKAlertController.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ import UIKit
1919
/// buttonVM.title = "Cancel"
2020
/// buttonVM.style = .light
2121
/// }
22-
/// }, primaryAction: {
22+
/// },
23+
/// primaryAction: {
2324
/// NSLog("Primary button tapped")
24-
/// }, secondaryAction: {
25+
/// },
26+
/// secondaryAction: {
2527
/// NSLog("Secondary button tapped")
2628
/// }
2729
/// )

0 commit comments

Comments
 (0)