We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85be7b1 commit 01193aeCopy full SHA for 01193ae
MacDown/Code/Document/MPDocument.m
@@ -1657,7 +1657,7 @@ - (void)adjustEditorInsets
1657
if (editorWidth > 2 * x + maxWidth)
1658
x = (editorWidth - maxWidth) * 0.45;
1659
// 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).
+ // Hence the 0.45 instead of 0.5 (which would feel a bit too much).
1661
}
1662
self.editor.textContainerInset = NSMakeSize(x, y);
1663
0 commit comments