From 6a648e4c27f4e171aad13e0c8d54f215f7718bd1 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 20 Nov 2021 01:33:48 +0900 Subject: [PATCH] Fix typo in AudioMessageCell.swift lable -> label --- Sources/Views/Cells/AudioMessageCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Views/Cells/AudioMessageCell.swift b/Sources/Views/Cells/AudioMessageCell.swift index 59f473c3..6fe3b5a0 100644 --- a/Sources/Views/Cells/AudioMessageCell.swift +++ b/Sources/Views/Cells/AudioMessageCell.swift @@ -38,7 +38,7 @@ open class AudioMessageCell: MessageContentCell { return playButton }() - /// The time duration lable to display on audio messages. + /// The time duration label to display on audio messages. public lazy var durationLabel: UILabel = { let durationLabel = UILabel(frame: CGRect.zero) durationLabel.textAlignment = .right