From 7d76dd96588e6d296496ae3fe4d13b6c2ee022b2 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 30 Dec 2020 11:44:50 -0500 Subject: [PATCH] spelling: would --- MacDown/Code/Document/MPDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }