Hey Tom,

That’s part of the CSS defined for this theme. You can override that behavior to remove the auto-hyphens by using the following CSS (either in a Child Theme or using Jetpack’s Edit CSS feature):

.entry-content { -webkit-hyphens: none; -webkit-hyphens: none; hyphens: none; }