Skip to content

Commit

Permalink
spelling: would
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Dec 30, 2020
1 parent 2e6b820 commit 7d76dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacDown/Code/Document/MPDocument.m
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 7d76dd9

Please sign in to comment.