Skip to content

Commit c782925

Browse files
hejsztynxCopilot
andauthored
fix: grammar
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 1a024cb commit c782925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ios/utils/ShortcutsUtils.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ + (BOOL)tryHandlingParagraphShortcutsInRange:(NSRange)range
438438
// the trigger may have consumed the whole paragraph (e.g. an empty
439439
// editor); don't let the empty-text reset wipe the alignment we just
440440
// 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
441+
// shortcuts, as alignment doesn't use ZWS, which makes e.g. headings
442442
// survive the empty-text typing attributes reset
443443
input->preserveTypingAttributesOnNextEmptyCheck = YES;
444444
return YES;

0 commit comments

Comments
 (0)