Skip to content

Fix small words after sentences and between separators

Compare
Choose a tag to compare
@blakeembrey blakeembrey released this 09 Dec 14:32
· 21 commits to main since this release
3d4faa6

Added

  • Added support for capitalizing words after "sentence termination" (currently things like ., !, ?, and :) (#323)

Fixed

  • Added support for keeping small words in dash separated words at the end of a sentence (e.g. two-for-one should be Two-for-One at the end of a sentence, not Two-For-One, even though the final word should be capitalized if it were to end in just For)