Skip to content

Commit c63e64e

Browse files
author
Emre Çiftçi
authored
refactor(MessageView): remove redundant words for button (SwiftKickMobile#461)
1 parent 60a4041 commit c63e64e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftMessages/MessageView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ open class MessageView: BaseView, Identifiable, AccessibleMessage {
5555

5656
/// An optional button. This buttons' `.TouchUpInside` event will automatically
5757
/// invoke the optional `buttonTapHandler`, but its fine to add other target
58-
/// action handlers can be added.
58+
/// action handlers.
5959
@IBOutlet open var button: UIButton? {
6060
didSet {
6161
if let old = oldValue {

0 commit comments

Comments
 (0)