Skip to content

Commit b1b7875

Browse files
committed
spelling: would
1 parent 30493c4 commit b1b7875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MacDown/Code/Document/MPDocument.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ - (void)adjustEditorInsets
16571657
if (editorWidth > 2 * x + maxWidth)
16581658
x = (editorWidth - maxWidth) * 0.45;
16591659
// We tend to expect things in an editor to shift to left a bit.
1660-
// Hence the 0.45 instead of 0.5 (which whould feel a bit too much).
1660+
// Hence the 0.45 instead of 0.5 (which would feel a bit too much).
16611661
}
16621662
self.editor.textContainerInset = NSMakeSize(x, y);
16631663
}

0 commit comments

Comments
 (0)