1 parent 1a024cb commit c782925Copy full SHA for c782925
1 file changed
ios/utils/ShortcutsUtils.mm
@@ -438,7 +438,7 @@ + (BOOL)tryHandlingParagraphShortcutsInRange:(NSRange)range
438
// the trigger may have consumed the whole paragraph (e.g. an empty
439
// editor); don't let the empty-text reset wipe the alignment we just
440
// set on the typing attributes. This is an issue only with alignment
441
- // shortcuts, as alignment doesn't use ZWS, which makes e.g. headins
+ // shortcuts, as alignment doesn't use ZWS, which makes e.g. headings
442
// survive the empty-text typing attributes reset
443
input->preserveTypingAttributesOnNextEmptyCheck = YES;
444
return YES;
0 commit comments