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