Skip to content

Commit 7f0cb3f

Browse files
committed
Merge branch 'feature/fix_center_alignment' of https://github.com/malcommac/SwiftRichString into feature/fix_center_alignment
2 parents f45d857 + 52cf972 commit 7f0cb3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftRichString/Extensions/UIKit+Extras.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ extension UILabel {
6767
}
6868
}
6969

70-
/// Use this to render automatically the texct with the currently set style instance or styleName.
70+
/// Use this to render automatically the text with the currently set style instance or styleName.
7171
public var styledText: String? {
7272
get {
7373
return attributedText?.string

0 commit comments

Comments
 (0)