diff --git a/MacDown/Code/Document/MPDocument.m b/MacDown/Code/Document/MPDocument.m index d02cab6b..d3b82d86 100644 --- a/MacDown/Code/Document/MPDocument.m +++ b/MacDown/Code/Document/MPDocument.m @@ -1657,7 +1657,7 @@ - (void)adjustEditorInsets if (editorWidth > 2 * x + maxWidth) x = (editorWidth - maxWidth) * 0.45; // We tend to expect things in an editor to shift to left a bit. - // 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). } self.editor.textContainerInset = NSMakeSize(x, y); }