@@ -47,7 +47,7 @@ enum KMEditPDFTextFontType: String, CaseIterable {
case h3 = "H3 Subtitle"
case b1 = "B1 Text"
case b2 = "B2 Small Text"
- case b3 = "B3 Describtion"
+ case b3 = "B3 Description"
static func allValues() -> [String] {
var array: [String] = []